Shades of Deep Magenta #CA15AC
Tints of Deep Magenta #CA15AC
RGB
CMYK
RGB Variations
Color information
#CA15AC (or 0xCA15AC) is known color: Deep Magenta. HEX triplet: CA, 15 and AC. RGB value is (202,21,172). Sum of RGB (Red+Green+Blue) = 202+21+172=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA15AC is #35EA53. Grayscale: #5B5B5B. Windows color (decimal): -3533396 or 11277770. OLE color: 11277770.
HSL color Cylindrical-coordinate representation of color #CA15AC: hue angle of 309.94º degrees, saturation: 0.81, 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 #CA15AC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 172 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.21 |
| HSL | 309.94º | 0.81% | 0.44% | - |
| HSV(B) | 309.94º | 0.9% | 0.79% | - |
| XYZ | 32.07 | 16.07 | 40.44 | - |
| YUV | 92.33 | 172.97 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 172 | 0 | 0.90 | 0.15 | 0.21 | 309.94 | 0.81 | 0.44 |
| Hex | CA | 15 | AC | 0 | 5A | F | 15 | 136 | 51 | 2C |
| Octal | 312 | 25 | 254 | 0 | 132 | 17 | 25 | 466 | 121 | 54 |
| Binary | 11001010 | 10101 | 10101100 | 0 | 1011010 | 1111 | 10101 | 100110110 | 1010001 | 101100 |
Color Harmonies of #CA15AC
Complementary color
Monochromatic Colors of #CA15AC
Black with #CA15AC
Text Example
Text Example
White with #CA15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15AC; }
p { color: rgb(202,21,172); }
H1.HeaderClassName
{
color: #CA15AC;
}
.AnyTagClassName
{
color: #CA15AC;
}
</style>
background-color css
<style>
a { background-color: #CA15AC; }
a { background-color: rgb(202,21,172); }
div.DivClassName
{
background-color: #CA15AC;
}
.BgClassName
{
background-color: #CA15AC;
}
</style>
border-color css
<style>
span { border-color: #CA15AC; }
span { border-color: rgb(202,21,172); }
td.TdClassName
{
border-color: #CA15AC;
}
.TagClassName
{
border-color: #CA15AC;
}
</style>