Shades of Deep Magenta #CA0DB7
Tints of Deep Magenta #CA0DB7
RGB
CMYK
RGB Variations
Color information
#CA0DB7 (or 0xCA0DB7) is known color: Deep Magenta. HEX triplet: CA, 0D and B7. RGB value is (202,13,183). Sum of RGB (Red+Green+Blue) = 202+13+183=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DB7 is #35F248. Grayscale: #585858. Windows color (decimal): -3535433 or 11996618. OLE color: 11996618.
HSL color Cylindrical-coordinate representation of color #CA0DB7: hue angle of 306.03º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.21 |
| HSL | 306.03º | 0.88% | 0.42% | - |
| HSV(B) | 306.03º | 0.94% | 0.79% | - |
| XYZ | 33.05 | 16.26 | 46.2 | - |
| YUV | 88.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 183 | 0 | 0.94 | 0.09 | 0.21 | 306.03 | 0.88 | 0.42 |
| Hex | CA | D | B7 | 0 | 5E | 9 | 15 | 132 | 58 | 2A |
| Octal | 312 | 15 | 267 | 0 | 136 | 11 | 25 | 462 | 130 | 52 |
| Binary | 11001010 | 1101 | 10110111 | 0 | 1011110 | 1001 | 10101 | 100110010 | 1011000 | 101010 |
Color Harmonies of #CA0DB7
Complementary color
Monochromatic Colors of #CA0DB7
Black with #CA0DB7
Text Example
Text Example
White with #CA0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DB7; }
p { color: rgb(202,13,183); }
H1.HeaderClassName
{
color: #CA0DB7;
}
.AnyTagClassName
{
color: #CA0DB7;
}
</style>
background-color css
<style>
a { background-color: #CA0DB7; }
a { background-color: rgb(202,13,183); }
div.DivClassName
{
background-color: #CA0DB7;
}
.BgClassName
{
background-color: #CA0DB7;
}
</style>
border-color css
<style>
span { border-color: #CA0DB7; }
span { border-color: rgb(202,13,183); }
td.TdClassName
{
border-color: #CA0DB7;
}
.TagClassName
{
border-color: #CA0DB7;
}
</style>