Shades of Deep Magenta #CC14AF
Tints of Deep Magenta #CC14AF
RGB
CMYK
RGB Variations
Color information
#CC14AF (or 0xCC14AF) is known color: Deep Magenta. HEX triplet: CC, 14 and AF. RGB value is (204,20,175). Sum of RGB (Red+Green+Blue) = 204+20+175=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14AF is #33EB50. Grayscale: #5C5C5C. Windows color (decimal): -3402577 or 11474124. OLE color: 11474124.
HSL color Cylindrical-coordinate representation of color #CC14AF: hue angle of 309.46º 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 #CC14AF is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 175 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.2 |
| HSL | 309.46º | 0.82% | 0.44% | - |
| HSV(B) | 309.46º | 0.9% | 0.8% | - |
| XYZ | 32.89 | 16.43 | 42 | - |
| YUV | 92.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 175 | 0 | 0.90 | 0.14 | 0.2 | 309.46 | 0.82 | 0.44 |
| Hex | CC | 14 | AF | 0 | 5A | E | 14 | 135 | 52 | 2C |
| Octal | 314 | 24 | 257 | 0 | 132 | 16 | 24 | 465 | 122 | 54 |
| Binary | 11001100 | 10100 | 10101111 | 0 | 1011010 | 1110 | 10100 | 100110101 | 1010010 | 101100 |
Color Harmonies of #CC14AF
Complementary color
Monochromatic Colors of #CC14AF
Black with #CC14AF
Text Example
Text Example
White with #CC14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14AF; }
p { color: rgb(204,20,175); }
H1.HeaderClassName
{
color: #CC14AF;
}
.AnyTagClassName
{
color: #CC14AF;
}
</style>
background-color css
<style>
a { background-color: #CC14AF; }
a { background-color: rgb(204,20,175); }
div.DivClassName
{
background-color: #CC14AF;
}
.BgClassName
{
background-color: #CC14AF;
}
</style>
border-color css
<style>
span { border-color: #CC14AF; }
span { border-color: rgb(204,20,175); }
td.TdClassName
{
border-color: #CC14AF;
}
.TagClassName
{
border-color: #CC14AF;
}
</style>