Shades of Deep Magenta #CA0BC9
Tints of Deep Magenta #CA0BC9
RGB
CMYK
RGB Variations
Color information
#CA0BC9 (or 0xCA0BC9) is known color: Deep Magenta. HEX triplet: CA, 0B and C9. RGB value is (202,11,201). Sum of RGB (Red+Green+Blue) = 202+11+201=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0BC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BC9 is #35F436. Grayscale: #595959. Windows color (decimal): -3535927 or 13175754. OLE color: 13175754.
HSL color Cylindrical-coordinate representation of color #CA0BC9: hue angle of 300.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BC9 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 201 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.21 |
| HSL | 300.31º | 0.9% | 0.42% | - |
| HSV(B) | 300.31º | 0.95% | 0.79% | - |
| XYZ | 35.02 | 17.01 | 56.7 | - |
| YUV | 89.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 201 | 0 | 0.95 | 0.00 | 0.21 | 300.31 | 0.9 | 0.42 |
| Hex | CA | B | C9 | 0 | 5F | 0 | 15 | 12C | 5A | 2A |
| Octal | 312 | 13 | 311 | 0 | 137 | 0 | 25 | 454 | 132 | 52 |
| Binary | 11001010 | 1011 | 11001001 | 0 | 1011111 | 0 | 10101 | 100101100 | 1011010 | 101010 |
Color Harmonies of #CA0BC9
Complementary color
Monochromatic Colors of #CA0BC9
Black with #CA0BC9
Text Example
Text Example
White with #CA0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BC9; }
p { color: rgb(202,11,201); }
H1.HeaderClassName
{
color: #CA0BC9;
}
.AnyTagClassName
{
color: #CA0BC9;
}
</style>
background-color css
<style>
a { background-color: #CA0BC9; }
a { background-color: rgb(202,11,201); }
div.DivClassName
{
background-color: #CA0BC9;
}
.BgClassName
{
background-color: #CA0BC9;
}
</style>
border-color css
<style>
span { border-color: #CA0BC9; }
span { border-color: rgb(202,11,201); }
td.TdClassName
{
border-color: #CA0BC9;
}
.TagClassName
{
border-color: #CA0BC9;
}
</style>