Shades of Deep Magenta #CA13B9
Tints of Deep Magenta #CA13B9
RGB
CMYK
RGB Variations
Color information
#CA13B9 (or 0xCA13B9) is known color: Deep Magenta. HEX triplet: CA, 13 and B9. RGB value is (202,19,185). Sum of RGB (Red+Green+Blue) = 202+19+185=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13B9 is #35EC46. Grayscale: #5C5C5C. Windows color (decimal): -3533895 or 12129226. OLE color: 12129226.
HSL color Cylindrical-coordinate representation of color #CA13B9: hue angle of 305.57º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13B9 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 185 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.21 |
| HSL | 305.57º | 0.83% | 0.43% | - |
| HSV(B) | 305.57º | 0.91% | 0.79% | - |
| XYZ | 33.35 | 16.53 | 47.33 | - |
| YUV | 92.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 185 | 0 | 0.91 | 0.08 | 0.21 | 305.57 | 0.83 | 0.43 |
| Hex | CA | 13 | B9 | 0 | 5B | 8 | 15 | 132 | 53 | 2B |
| Octal | 312 | 23 | 271 | 0 | 133 | 10 | 25 | 462 | 123 | 53 |
| Binary | 11001010 | 10011 | 10111001 | 0 | 1011011 | 1000 | 10101 | 100110010 | 1010011 | 101011 |
Color Harmonies of #CA13B9
Complementary color
Monochromatic Colors of #CA13B9
Black with #CA13B9
Text Example
Text Example
White with #CA13B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13B9; }
p { color: rgb(202,19,185); }
H1.HeaderClassName
{
color: #CA13B9;
}
.AnyTagClassName
{
color: #CA13B9;
}
</style>
background-color css
<style>
a { background-color: #CA13B9; }
a { background-color: rgb(202,19,185); }
div.DivClassName
{
background-color: #CA13B9;
}
.BgClassName
{
background-color: #CA13B9;
}
</style>
border-color css
<style>
span { border-color: #CA13B9; }
span { border-color: rgb(202,19,185); }
td.TdClassName
{
border-color: #CA13B9;
}
.TagClassName
{
border-color: #CA13B9;
}
</style>