Shades of Deep Magenta #CA09BB
Tints of Deep Magenta #CA09BB
RGB
CMYK
RGB Variations
Color information
#CA09BB (or 0xCA09BB) is known color: Deep Magenta. HEX triplet: CA, 09 and BB. RGB value is (202,9,187). Sum of RGB (Red+Green+Blue) = 202+9+187=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09BB is #35F644. Grayscale: #565656. Windows color (decimal): -3536453 or 12257738. OLE color: 12257738.
HSL color Cylindrical-coordinate representation of color #CA09BB: hue angle of 304.66º 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 #CA09BB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.21 |
| HSL | 304.66º | 0.91% | 0.41% | - |
| HSV(B) | 304.66º | 0.96% | 0.79% | - |
| XYZ | 33.42 | 16.34 | 48.41 | - |
| YUV | 87 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 187 | 0 | 0.96 | 0.07 | 0.21 | 304.66 | 0.91 | 0.41 |
| Hex | CA | 9 | BB | 0 | 60 | 7 | 15 | 131 | 5B | 29 |
| Octal | 312 | 11 | 273 | 0 | 140 | 7 | 25 | 461 | 133 | 51 |
| Binary | 11001010 | 1001 | 10111011 | 0 | 1100000 | 111 | 10101 | 100110001 | 1011011 | 101001 |
Color Harmonies of #CA09BB
Complementary color
Monochromatic Colors of #CA09BB
Black with #CA09BB
Text Example
Text Example
White with #CA09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09BB; }
p { color: rgb(202,9,187); }
H1.HeaderClassName
{
color: #CA09BB;
}
.AnyTagClassName
{
color: #CA09BB;
}
</style>
background-color css
<style>
a { background-color: #CA09BB; }
a { background-color: rgb(202,9,187); }
div.DivClassName
{
background-color: #CA09BB;
}
.BgClassName
{
background-color: #CA09BB;
}
</style>
border-color css
<style>
span { border-color: #CA09BB; }
span { border-color: rgb(202,9,187); }
td.TdClassName
{
border-color: #CA09BB;
}
.TagClassName
{
border-color: #CA09BB;
}
</style>