Shades of Deep Magenta #CA13AC
Tints of Deep Magenta #CA13AC
RGB
CMYK
RGB Variations
Color information
#CA13AC (or 0xCA13AC) is known color: Deep Magenta. HEX triplet: CA, 13 and AC. RGB value is (202,19,172). Sum of RGB (Red+Green+Blue) = 202+19+172=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13AC is #35EC53. Grayscale: #5A5A5A. Windows color (decimal): -3533908 or 11277258. OLE color: 11277258.
HSL color Cylindrical-coordinate representation of color #CA13AC: hue angle of 309.84º 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 #CA13AC is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 172 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.21 |
| HSL | 309.84º | 0.83% | 0.43% | - |
| HSV(B) | 309.84º | 0.91% | 0.79% | - |
| XYZ | 32.04 | 16 | 40.43 | - |
| YUV | 91.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 172 | 0 | 0.91 | 0.15 | 0.21 | 309.84 | 0.83 | 0.43 |
| Hex | CA | 13 | AC | 0 | 5B | F | 15 | 136 | 53 | 2B |
| Octal | 312 | 23 | 254 | 0 | 133 | 17 | 25 | 466 | 123 | 53 |
| Binary | 11001010 | 10011 | 10101100 | 0 | 1011011 | 1111 | 10101 | 100110110 | 1010011 | 101011 |
Color Harmonies of #CA13AC
Complementary color
Monochromatic Colors of #CA13AC
Black with #CA13AC
Text Example
Text Example
White with #CA13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13AC; }
p { color: rgb(202,19,172); }
H1.HeaderClassName
{
color: #CA13AC;
}
.AnyTagClassName
{
color: #CA13AC;
}
</style>
background-color css
<style>
a { background-color: #CA13AC; }
a { background-color: rgb(202,19,172); }
div.DivClassName
{
background-color: #CA13AC;
}
.BgClassName
{
background-color: #CA13AC;
}
</style>
border-color css
<style>
span { border-color: #CA13AC; }
span { border-color: rgb(202,19,172); }
td.TdClassName
{
border-color: #CA13AC;
}
.TagClassName
{
border-color: #CA13AC;
}
</style>