Shades of Deep Magenta #CA00AC
Tints of Deep Magenta #CA00AC
RGB
CMYK
RGB Variations
Color information
#CA00AC (or 0xCA00AC) is known color: Deep Magenta. HEX triplet: CA, 00 and AC. RGB value is (202,0,172). Sum of RGB (Red+Green+Blue) = 202+0+172=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00AC is #35FF53. Grayscale: #4F4F4F. Windows color (decimal): -3538772 or 11272394. OLE color: 11272394.
HSL color Cylindrical-coordinate representation of color #CA00AC: hue angle of 308.91º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00AC is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.15 | 0.21 |
| HSL | 308.91º | 1% | 0.4% | - |
| HSV(B) | 308.91º | 1% | 0.79% | - |
| XYZ | 31.8 | 15.54 | 40.35 | - |
| YUV | 80.01 | 179.92 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 172 | 0 | 1 | 0.15 | 0.21 | 308.91 | 1 | 0.4 |
| Hex | CA | 0 | AC | 0 | 64 | F | 15 | 135 | 64 | 28 |
| Octal | 312 | 0 | 254 | 0 | 144 | 17 | 25 | 465 | 144 | 50 |
| Binary | 11001010 | 0 | 10101100 | 0 | 1100100 | 1111 | 10101 | 100110101 | 1100100 | 101000 |
Color Harmonies of #CA00AC
Complementary color
Monochromatic Colors of #CA00AC
Black with #CA00AC
Text Example
Text Example
White with #CA00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00AC; }
p { color: rgb(202,0,172); }
H1.HeaderClassName
{
color: #CA00AC;
}
.AnyTagClassName
{
color: #CA00AC;
}
</style>
background-color css
<style>
a { background-color: #CA00AC; }
a { background-color: rgb(202,0,172); }
div.DivClassName
{
background-color: #CA00AC;
}
.BgClassName
{
background-color: #CA00AC;
}
</style>
border-color css
<style>
span { border-color: #CA00AC; }
span { border-color: rgb(202,0,172); }
td.TdClassName
{
border-color: #CA00AC;
}
.TagClassName
{
border-color: #CA00AC;
}
</style>