Shades of Deep Magenta #CA09CE
Tints of Deep Magenta #CA09CE
RGB
CMYK
RGB Variations
Color information
#CA09CE (or 0xCA09CE) is known color: Deep Magenta. HEX triplet: CA, 09 and CE. RGB value is (202,9,206). Sum of RGB (Red+Green+Blue) = 202+9+206=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09CE is #35F631. Grayscale: #585858. Windows color (decimal): -3536434 or 13502922. OLE color: 13502922.
HSL color Cylindrical-coordinate representation of color #CA09CE: hue angle of 298.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09CE is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 9 | 206 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.19 |
| HSL | 298.78º | 0.92% | 0.42% | - |
| HSV(B) | 298.78º | 0.96% | 0.81% | - |
| XYZ | 35.6 | 17.21 | 59.84 | - |
| YUV | 89.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 206 | 0.02 | 0.96 | 0 | 0.19 | 298.78 | 0.92 | 0.42 |
| Hex | CA | 9 | CE | 2 | 60 | 0 | 13 | 12B | 5C | 2A |
| Octal | 312 | 11 | 316 | 2 | 140 | 0 | 23 | 453 | 134 | 52 |
| Binary | 11001010 | 1001 | 11001110 | 10 | 1100000 | 0 | 10011 | 100101011 | 1011100 | 101010 |
Color Harmonies of #CA09CE
Complementary color
Monochromatic Colors of #CA09CE
Black with #CA09CE
Text Example
Text Example
White with #CA09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09CE; }
p { color: rgb(202,9,206); }
H1.HeaderClassName
{
color: #CA09CE;
}
.AnyTagClassName
{
color: #CA09CE;
}
</style>
background-color css
<style>
a { background-color: #CA09CE; }
a { background-color: rgb(202,9,206); }
div.DivClassName
{
background-color: #CA09CE;
}
.BgClassName
{
background-color: #CA09CE;
}
</style>
border-color css
<style>
span { border-color: #CA09CE; }
span { border-color: rgb(202,9,206); }
td.TdClassName
{
border-color: #CA09CE;
}
.TagClassName
{
border-color: #CA09CE;
}
</style>