Shades of Deep Magenta #CC14AC
Tints of Deep Magenta #CC14AC
RGB
CMYK
RGB Variations
Color information
#CC14AC (or 0xCC14AC) is known color: Deep Magenta. HEX triplet: CC, 14 and AC. RGB value is (204,20,172). Sum of RGB (Red+Green+Blue) = 204+20+172=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14AC is #33EB53. Grayscale: #5B5B5B. Windows color (decimal): -3402580 or 11277516. OLE color: 11277516.
HSL color Cylindrical-coordinate representation of color #CC14AC: hue angle of 310.43º degrees, saturation: 0.82, 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 #CC14AC is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 172 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.2 |
| HSL | 310.43º | 0.82% | 0.44% | - |
| HSV(B) | 310.43º | 0.9% | 0.8% | - |
| XYZ | 32.6 | 16.32 | 40.46 | - |
| YUV | 92.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 172 | 0 | 0.90 | 0.16 | 0.2 | 310.43 | 0.82 | 0.44 |
| Hex | CC | 14 | AC | 0 | 5A | 10 | 14 | 136 | 52 | 2C |
| Octal | 314 | 24 | 254 | 0 | 132 | 20 | 24 | 466 | 122 | 54 |
| Binary | 11001100 | 10100 | 10101100 | 0 | 1011010 | 10000 | 10100 | 100110110 | 1010010 | 101100 |
Color Harmonies of #CC14AC
Complementary color
Monochromatic Colors of #CC14AC
Black with #CC14AC
Text Example
Text Example
White with #CC14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14AC; }
p { color: rgb(204,20,172); }
H1.HeaderClassName
{
color: #CC14AC;
}
.AnyTagClassName
{
color: #CC14AC;
}
</style>
background-color css
<style>
a { background-color: #CC14AC; }
a { background-color: rgb(204,20,172); }
div.DivClassName
{
background-color: #CC14AC;
}
.BgClassName
{
background-color: #CC14AC;
}
</style>
border-color css
<style>
span { border-color: #CC14AC; }
span { border-color: rgb(204,20,172); }
td.TdClassName
{
border-color: #CC14AC;
}
.TagClassName
{
border-color: #CC14AC;
}
</style>