Shades of Deep Magenta #CC14DD
Tints of Deep Magenta #CC14DD
RGB
CMYK
RGB Variations
Color information
#CC14DD (or 0xCC14DD) is known color: Deep Magenta. HEX triplet: CC, 14 and DD. RGB value is (204,20,221). Sum of RGB (Red+Green+Blue) = 204+20+221=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14DD is #33EB22. Grayscale: #616161. Windows color (decimal): -3402531 or 14488780. OLE color: 14488780.
HSL color Cylindrical-coordinate representation of color #CC14DD: hue angle of 294.93º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC14DD is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 20 | 221 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.13 |
| HSL | 294.93º | 0.83% | 0.47% | - |
| HSV(B) | 294.93º | 0.91% | 0.87% | - |
| XYZ | 38.2 | 18.56 | 69.98 | - |
| YUV | 97.93 | 197.46 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 221 | 0.08 | 0.91 | 0 | 0.13 | 294.93 | 0.83 | 0.47 |
| Hex | CC | 14 | DD | 8 | 5B | 0 | D | 127 | 53 | 2F |
| Octal | 314 | 24 | 335 | 10 | 133 | 0 | 15 | 447 | 123 | 57 |
| Binary | 11001100 | 10100 | 11011101 | 1000 | 1011011 | 0 | 1101 | 100100111 | 1010011 | 101111 |
Color Harmonies of #CC14DD
Complementary color
Monochromatic Colors of #CC14DD
Black with #CC14DD
Text Example
Text Example
White with #CC14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14DD; }
p { color: rgb(204,20,221); }
H1.HeaderClassName
{
color: #CC14DD;
}
.AnyTagClassName
{
color: #CC14DD;
}
</style>
background-color css
<style>
a { background-color: #CC14DD; }
a { background-color: rgb(204,20,221); }
div.DivClassName
{
background-color: #CC14DD;
}
.BgClassName
{
background-color: #CC14DD;
}
</style>
border-color css
<style>
span { border-color: #CC14DD; }
span { border-color: rgb(204,20,221); }
td.TdClassName
{
border-color: #CC14DD;
}
.TagClassName
{
border-color: #CC14DD;
}
</style>