Shades of Deep Magenta #CA10AC
Tints of Deep Magenta #CA10AC
RGB
CMYK
RGB Variations
Color information
#CA10AC (or 0xCA10AC) is known color: Deep Magenta. HEX triplet: CA, 10 and AC. RGB value is (202,16,172). Sum of RGB (Red+Green+Blue) = 202+16+172=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA10AC is #35EF53. Grayscale: #585858. Windows color (decimal): -3534676 or 11276490. OLE color: 11276490.
HSL color Cylindrical-coordinate representation of color #CA10AC: hue angle of 309.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10AC is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 172 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.21 |
| HSL | 309.68º | 0.85% | 0.43% | - |
| HSV(B) | 309.68º | 0.92% | 0.79% | - |
| XYZ | 31.99 | 15.91 | 40.41 | - |
| YUV | 89.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 172 | 0 | 0.92 | 0.15 | 0.21 | 309.68 | 0.85 | 0.43 |
| Hex | CA | 10 | AC | 0 | 5C | F | 15 | 136 | 55 | 2B |
| Octal | 312 | 20 | 254 | 0 | 134 | 17 | 25 | 466 | 125 | 53 |
| Binary | 11001010 | 10000 | 10101100 | 0 | 1011100 | 1111 | 10101 | 100110110 | 1010101 | 101011 |
Color Harmonies of #CA10AC
Complementary color
Monochromatic Colors of #CA10AC
Black with #CA10AC
Text Example
Text Example
White with #CA10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10AC; }
p { color: rgb(202,16,172); }
H1.HeaderClassName
{
color: #CA10AC;
}
.AnyTagClassName
{
color: #CA10AC;
}
</style>
background-color css
<style>
a { background-color: #CA10AC; }
a { background-color: rgb(202,16,172); }
div.DivClassName
{
background-color: #CA10AC;
}
.BgClassName
{
background-color: #CA10AC;
}
</style>
border-color css
<style>
span { border-color: #CA10AC; }
span { border-color: rgb(202,16,172); }
td.TdClassName
{
border-color: #CA10AC;
}
.TagClassName
{
border-color: #CA10AC;
}
</style>