Shades of Deep Magenta #CA09B8
Tints of Deep Magenta #CA09B8
RGB
CMYK
RGB Variations
Color information
#CA09B8 (or 0xCA09B8) is known color: Deep Magenta. HEX triplet: CA, 09 and B8. RGB value is (202,9,184). Sum of RGB (Red+Green+Blue) = 202+9+184=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09B8 is #35F647. Grayscale: #565656. Windows color (decimal): -3536456 or 12061130. OLE color: 12061130.
HSL color Cylindrical-coordinate representation of color #CA09B8: hue angle of 305.6º 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 #CA09B8 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.21 |
| HSL | 305.6º | 0.91% | 0.41% | - |
| HSV(B) | 305.6º | 0.96% | 0.79% | - |
| XYZ | 33.11 | 16.21 | 46.73 | - |
| YUV | 86.66 | 182.94 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 184 | 0 | 0.96 | 0.09 | 0.21 | 305.6 | 0.91 | 0.41 |
| Hex | CA | 9 | B8 | 0 | 60 | 9 | 15 | 132 | 5B | 29 |
| Octal | 312 | 11 | 270 | 0 | 140 | 11 | 25 | 462 | 133 | 51 |
| Binary | 11001010 | 1001 | 10111000 | 0 | 1100000 | 1001 | 10101 | 100110010 | 1011011 | 101001 |
Color Harmonies of #CA09B8
Complementary color
Monochromatic Colors of #CA09B8
Black with #CA09B8
Text Example
Text Example
White with #CA09B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09B8; }
p { color: rgb(202,9,184); }
H1.HeaderClassName
{
color: #CA09B8;
}
.AnyTagClassName
{
color: #CA09B8;
}
</style>
background-color css
<style>
a { background-color: #CA09B8; }
a { background-color: rgb(202,9,184); }
div.DivClassName
{
background-color: #CA09B8;
}
.BgClassName
{
background-color: #CA09B8;
}
</style>
border-color css
<style>
span { border-color: #CA09B8; }
span { border-color: rgb(202,9,184); }
td.TdClassName
{
border-color: #CA09B8;
}
.TagClassName
{
border-color: #CA09B8;
}
</style>