Shades of Deep Magenta #CA15D2
Tints of Deep Magenta #CA15D2
RGB
CMYK
RGB Variations
Color information
#CA15D2 (or 0xCA15D2) is known color: Deep Magenta. HEX triplet: CA, 15 and D2. RGB value is (202,21,210). Sum of RGB (Red+Green+Blue) = 202+21+210=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA15D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15D2 is #35EA2D. Grayscale: #606060. Windows color (decimal): -3533358 or 13768138. OLE color: 13768138.
HSL color Cylindrical-coordinate representation of color #CA15D2: hue angle of 297.46º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15D2 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 21 | 210 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.18 |
| HSL | 297.46º | 0.82% | 0.45% | - |
| HSV(B) | 297.46º | 0.9% | 0.82% | - |
| XYZ | 36.26 | 17.75 | 62.49 | - |
| YUV | 96.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 210 | 0.04 | 0.90 | 0 | 0.18 | 297.46 | 0.82 | 0.45 |
| Hex | CA | 15 | D2 | 4 | 5A | 0 | 12 | 129 | 52 | 2D |
| Octal | 312 | 25 | 322 | 4 | 132 | 0 | 22 | 451 | 122 | 55 |
| Binary | 11001010 | 10101 | 11010010 | 100 | 1011010 | 0 | 10010 | 100101001 | 1010010 | 101101 |
Color Harmonies of #CA15D2
Complementary color
Monochromatic Colors of #CA15D2
Black with #CA15D2
Text Example
Text Example
White with #CA15D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15D2; }
p { color: rgb(202,21,210); }
H1.HeaderClassName
{
color: #CA15D2;
}
.AnyTagClassName
{
color: #CA15D2;
}
</style>
background-color css
<style>
a { background-color: #CA15D2; }
a { background-color: rgb(202,21,210); }
div.DivClassName
{
background-color: #CA15D2;
}
.BgClassName
{
background-color: #CA15D2;
}
</style>
border-color css
<style>
span { border-color: #CA15D2; }
span { border-color: rgb(202,21,210); }
td.TdClassName
{
border-color: #CA15D2;
}
.TagClassName
{
border-color: #CA15D2;
}
</style>