Shades of Deep Magenta #CA09BC
Tints of Deep Magenta #CA09BC
RGB
CMYK
RGB Variations
Color information
#CA09BC (or 0xCA09BC) is known color: Deep Magenta. HEX triplet: CA, 09 and BC. RGB value is (202,9,188). Sum of RGB (Red+Green+Blue) = 202+9+188=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09BC is #35F643. Grayscale: #565656. Windows color (decimal): -3536452 or 12323274. OLE color: 12323274.
HSL color Cylindrical-coordinate representation of color #CA09BC: hue angle of 304.35º 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 #CA09BC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.21 |
| HSL | 304.35º | 0.91% | 0.41% | - |
| HSV(B) | 304.35º | 0.96% | 0.79% | - |
| XYZ | 33.53 | 16.38 | 48.97 | - |
| YUV | 87.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 188 | 0 | 0.96 | 0.07 | 0.21 | 304.35 | 0.91 | 0.41 |
| Hex | CA | 9 | BC | 0 | 60 | 7 | 15 | 130 | 5B | 29 |
| Octal | 312 | 11 | 274 | 0 | 140 | 7 | 25 | 460 | 133 | 51 |
| Binary | 11001010 | 1001 | 10111100 | 0 | 1100000 | 111 | 10101 | 100110000 | 1011011 | 101001 |
Color Harmonies of #CA09BC
Complementary color
Monochromatic Colors of #CA09BC
Black with #CA09BC
Text Example
Text Example
White with #CA09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09BC; }
p { color: rgb(202,9,188); }
H1.HeaderClassName
{
color: #CA09BC;
}
.AnyTagClassName
{
color: #CA09BC;
}
</style>
background-color css
<style>
a { background-color: #CA09BC; }
a { background-color: rgb(202,9,188); }
div.DivClassName
{
background-color: #CA09BC;
}
.BgClassName
{
background-color: #CA09BC;
}
</style>
border-color css
<style>
span { border-color: #CA09BC; }
span { border-color: rgb(202,9,188); }
td.TdClassName
{
border-color: #CA09BC;
}
.TagClassName
{
border-color: #CA09BC;
}
</style>