Shades of Deep Magenta #CA0DBB
Tints of Deep Magenta #CA0DBB
RGB
CMYK
RGB Variations
Color information
#CA0DBB (or 0xCA0DBB) is known color: Deep Magenta. HEX triplet: CA, 0D and BB. RGB value is (202,13,187). Sum of RGB (Red+Green+Blue) = 202+13+187=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DBB is #35F244. Grayscale: #585858. Windows color (decimal): -3535429 or 12258762. OLE color: 12258762.
HSL color Cylindrical-coordinate representation of color #CA0DBB: hue angle of 304.76º 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 #CA0DBB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.21 |
| HSL | 304.76º | 0.88% | 0.42% | - |
| HSV(B) | 304.76º | 0.94% | 0.79% | - |
| XYZ | 33.47 | 16.43 | 48.42 | - |
| YUV | 89.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 187 | 0 | 0.94 | 0.07 | 0.21 | 304.76 | 0.88 | 0.42 |
| Hex | CA | D | BB | 0 | 5E | 7 | 15 | 131 | 58 | 2A |
| Octal | 312 | 15 | 273 | 0 | 136 | 7 | 25 | 461 | 130 | 52 |
| Binary | 11001010 | 1101 | 10111011 | 0 | 1011110 | 111 | 10101 | 100110001 | 1011000 | 101010 |
Color Harmonies of #CA0DBB
Complementary color
Monochromatic Colors of #CA0DBB
Black with #CA0DBB
Text Example
Text Example
White with #CA0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DBB; }
p { color: rgb(202,13,187); }
H1.HeaderClassName
{
color: #CA0DBB;
}
.AnyTagClassName
{
color: #CA0DBB;
}
</style>
background-color css
<style>
a { background-color: #CA0DBB; }
a { background-color: rgb(202,13,187); }
div.DivClassName
{
background-color: #CA0DBB;
}
.BgClassName
{
background-color: #CA0DBB;
}
</style>
border-color css
<style>
span { border-color: #CA0DBB; }
span { border-color: rgb(202,13,187); }
td.TdClassName
{
border-color: #CA0DBB;
}
.TagClassName
{
border-color: #CA0DBB;
}
</style>