Shades of Deep Magenta #CA09C8
Tints of Deep Magenta #CA09C8
RGB
CMYK
RGB Variations
Color information
#CA09C8 (or 0xCA09C8) is known color: Deep Magenta. HEX triplet: CA, 09 and C8. RGB value is (202,9,200). Sum of RGB (Red+Green+Blue) = 202+9+200=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09C8 is #35F637. Grayscale: #575757. Windows color (decimal): -3536440 or 13109706. OLE color: 13109706.
HSL color Cylindrical-coordinate representation of color #CA09C8: hue angle of 300.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09C8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.21 |
| HSL | 300.62º | 0.91% | 0.41% | - |
| HSV(B) | 300.62º | 0.96% | 0.79% | - |
| XYZ | 34.88 | 16.92 | 56.07 | - |
| YUV | 88.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 200 | 0 | 0.96 | 0.01 | 0.21 | 300.62 | 0.91 | 0.41 |
| Hex | CA | 9 | C8 | 0 | 60 | 1 | 15 | 12D | 5B | 29 |
| Octal | 312 | 11 | 310 | 0 | 140 | 1 | 25 | 455 | 133 | 51 |
| Binary | 11001010 | 1001 | 11001000 | 0 | 1100000 | 1 | 10101 | 100101101 | 1011011 | 101001 |
Color Harmonies of #CA09C8
Complementary color
Monochromatic Colors of #CA09C8
Black with #CA09C8
Text Example
Text Example
White with #CA09C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09C8; }
p { color: rgb(202,9,200); }
H1.HeaderClassName
{
color: #CA09C8;
}
.AnyTagClassName
{
color: #CA09C8;
}
</style>
background-color css
<style>
a { background-color: #CA09C8; }
a { background-color: rgb(202,9,200); }
div.DivClassName
{
background-color: #CA09C8;
}
.BgClassName
{
background-color: #CA09C8;
}
</style>
border-color css
<style>
span { border-color: #CA09C8; }
span { border-color: rgb(202,9,200); }
td.TdClassName
{
border-color: #CA09C8;
}
.TagClassName
{
border-color: #CA09C8;
}
</style>