Shades of Deep Magenta #CA14B9
Tints of Deep Magenta #CA14B9
RGB
CMYK
RGB Variations
Color information
#CA14B9 (or 0xCA14B9) is known color: Deep Magenta. HEX triplet: CA, 14 and B9. RGB value is (202,20,185). Sum of RGB (Red+Green+Blue) = 202+20+185=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14B9 is #35EB46. Grayscale: #5C5C5C. Windows color (decimal): -3533639 or 12129482. OLE color: 12129482.
HSL color Cylindrical-coordinate representation of color #CA14B9: hue angle of 305.6º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14B9 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 185 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.21 |
| HSL | 305.6º | 0.82% | 0.44% | - |
| HSV(B) | 305.6º | 0.9% | 0.79% | - |
| XYZ | 33.36 | 16.56 | 47.34 | - |
| YUV | 93.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 185 | 0 | 0.90 | 0.08 | 0.21 | 305.6 | 0.82 | 0.44 |
| Hex | CA | 14 | B9 | 0 | 5A | 8 | 15 | 132 | 52 | 2C |
| Octal | 312 | 24 | 271 | 0 | 132 | 10 | 25 | 462 | 122 | 54 |
| Binary | 11001010 | 10100 | 10111001 | 0 | 1011010 | 1000 | 10101 | 100110010 | 1010010 | 101100 |
Color Harmonies of #CA14B9
Complementary color
Monochromatic Colors of #CA14B9
Black with #CA14B9
Text Example
Text Example
White with #CA14B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14B9; }
p { color: rgb(202,20,185); }
H1.HeaderClassName
{
color: #CA14B9;
}
.AnyTagClassName
{
color: #CA14B9;
}
</style>
background-color css
<style>
a { background-color: #CA14B9; }
a { background-color: rgb(202,20,185); }
div.DivClassName
{
background-color: #CA14B9;
}
.BgClassName
{
background-color: #CA14B9;
}
</style>
border-color css
<style>
span { border-color: #CA14B9; }
span { border-color: rgb(202,20,185); }
td.TdClassName
{
border-color: #CA14B9;
}
.TagClassName
{
border-color: #CA14B9;
}
</style>