Shades of Deep Magenta #CA09BD
Tints of Deep Magenta #CA09BD
RGB
CMYK
RGB Variations
Color information
#CA09BD (or 0xCA09BD) is known color: Deep Magenta. HEX triplet: CA, 09 and BD. RGB value is (202,9,189). Sum of RGB (Red+Green+Blue) = 202+9+189=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09BD is #35F642. Grayscale: #565656. Windows color (decimal): -3536451 or 12388810. OLE color: 12388810.
HSL color Cylindrical-coordinate representation of color #CA09BD: hue angle of 304.04º 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 #CA09BD is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.21 |
| HSL | 304.04º | 0.91% | 0.41% | - |
| HSV(B) | 304.04º | 0.96% | 0.79% | - |
| XYZ | 33.64 | 16.43 | 49.54 | - |
| YUV | 87.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 189 | 0 | 0.96 | 0.06 | 0.21 | 304.04 | 0.91 | 0.41 |
| Hex | CA | 9 | BD | 0 | 60 | 6 | 15 | 130 | 5B | 29 |
| Octal | 312 | 11 | 275 | 0 | 140 | 6 | 25 | 460 | 133 | 51 |
| Binary | 11001010 | 1001 | 10111101 | 0 | 1100000 | 110 | 10101 | 100110000 | 1011011 | 101001 |
Color Harmonies of #CA09BD
Complementary color
Monochromatic Colors of #CA09BD
Black with #CA09BD
Text Example
Text Example
White with #CA09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09BD; }
p { color: rgb(202,9,189); }
H1.HeaderClassName
{
color: #CA09BD;
}
.AnyTagClassName
{
color: #CA09BD;
}
</style>
background-color css
<style>
a { background-color: #CA09BD; }
a { background-color: rgb(202,9,189); }
div.DivClassName
{
background-color: #CA09BD;
}
.BgClassName
{
background-color: #CA09BD;
}
</style>
border-color css
<style>
span { border-color: #CA09BD; }
span { border-color: rgb(202,9,189); }
td.TdClassName
{
border-color: #CA09BD;
}
.TagClassName
{
border-color: #CA09BD;
}
</style>