Shades of Deep Magenta #CA15CC
Tints of Deep Magenta #CA15CC
RGB
CMYK
RGB Variations
Color information
#CA15CC (or 0xCA15CC) is known color: Deep Magenta. HEX triplet: CA, 15 and CC. RGB value is (202,21,204). Sum of RGB (Red+Green+Blue) = 202+21+204=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15CC is #35EA33. Grayscale: #5F5F5F. Windows color (decimal): -3533364 or 13374922. OLE color: 13374922.
HSL color Cylindrical-coordinate representation of color #CA15CC: hue angle of 299.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15CC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 21 | 204 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.2 |
| HSL | 299.34º | 0.81% | 0.44% | - |
| HSV(B) | 299.34º | 0.9% | 0.8% | - |
| XYZ | 35.52 | 17.45 | 58.62 | - |
| YUV | 95.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 204 | 0.01 | 0.90 | 0 | 0.2 | 299.34 | 0.81 | 0.44 |
| Hex | CA | 15 | CC | 1 | 5A | 0 | 14 | 12B | 51 | 2C |
| Octal | 312 | 25 | 314 | 1 | 132 | 0 | 24 | 453 | 121 | 54 |
| Binary | 11001010 | 10101 | 11001100 | 1 | 1011010 | 0 | 10100 | 100101011 | 1010001 | 101100 |
Color Harmonies of #CA15CC
Complementary color
Monochromatic Colors of #CA15CC
Black with #CA15CC
Text Example
Text Example
White with #CA15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15CC; }
p { color: rgb(202,21,204); }
H1.HeaderClassName
{
color: #CA15CC;
}
.AnyTagClassName
{
color: #CA15CC;
}
</style>
background-color css
<style>
a { background-color: #CA15CC; }
a { background-color: rgb(202,21,204); }
div.DivClassName
{
background-color: #CA15CC;
}
.BgClassName
{
background-color: #CA15CC;
}
</style>
border-color css
<style>
span { border-color: #CA15CC; }
span { border-color: rgb(202,21,204); }
td.TdClassName
{
border-color: #CA15CC;
}
.TagClassName
{
border-color: #CA15CC;
}
</style>