Shades of Deep Magenta #CC14CF
Tints of Deep Magenta #CC14CF
RGB
CMYK
RGB Variations
Color information
#CC14CF (or 0xCC14CF) is known color: Deep Magenta. HEX triplet: CC, 14 and CF. RGB value is (204,20,207). Sum of RGB (Red+Green+Blue) = 204+20+207=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14CF is #33EB30. Grayscale: #5F5F5F. Windows color (decimal): -3402545 or 13571276. OLE color: 13571276.
HSL color Cylindrical-coordinate representation of color #CC14CF: hue angle of 299.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC14CF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 20 | 207 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.19 |
| HSL | 299.04º | 0.82% | 0.45% | - |
| HSV(B) | 299.04º | 0.9% | 0.81% | - |
| XYZ | 36.41 | 17.84 | 60.56 | - |
| YUV | 96.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 207 | 0.01 | 0.90 | 0 | 0.19 | 299.04 | 0.82 | 0.45 |
| Hex | CC | 14 | CF | 1 | 5A | 0 | 13 | 12B | 52 | 2D |
| Octal | 314 | 24 | 317 | 1 | 132 | 0 | 23 | 453 | 122 | 55 |
| Binary | 11001100 | 10100 | 11001111 | 1 | 1011010 | 0 | 10011 | 100101011 | 1010010 | 101101 |
Color Harmonies of #CC14CF
Complementary color
Monochromatic Colors of #CC14CF
Black with #CC14CF
Text Example
Text Example
White with #CC14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14CF; }
p { color: rgb(204,20,207); }
H1.HeaderClassName
{
color: #CC14CF;
}
.AnyTagClassName
{
color: #CC14CF;
}
</style>
background-color css
<style>
a { background-color: #CC14CF; }
a { background-color: rgb(204,20,207); }
div.DivClassName
{
background-color: #CC14CF;
}
.BgClassName
{
background-color: #CC14CF;
}
</style>
border-color css
<style>
span { border-color: #CC14CF; }
span { border-color: rgb(204,20,207); }
td.TdClassName
{
border-color: #CC14CF;
}
.TagClassName
{
border-color: #CC14CF;
}
</style>