Shades of Deep Magenta #CC20DF
Tints of Deep Magenta #CC20DF
RGB
CMYK
RGB Variations
Color information
#CC20DF (or 0xCC20DF) is known color: Deep Magenta. HEX triplet: CC, 20 and DF. RGB value is (204,32,223). Sum of RGB (Red+Green+Blue) = 204+32+223=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20DF is #33DF20. Grayscale: #686868. Windows color (decimal): -3399457 or 14622924. OLE color: 14622924.
HSL color Cylindrical-coordinate representation of color #CC20DF: hue angle of 294.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC20DF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 32 | 223 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.13 |
| HSL | 294.03º | 0.75% | 0.5% | - |
| HSV(B) | 294.03º | 0.86% | 0.87% | - |
| XYZ | 38.74 | 19.2 | 71.48 | - |
| YUV | 105.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 223 | 0.09 | 0.86 | 0 | 0.13 | 294.03 | 0.75 | 0.5 |
| Hex | CC | 20 | DF | 9 | 56 | 0 | D | 126 | 4B | 32 |
| Octal | 314 | 40 | 337 | 11 | 126 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001100 | 100000 | 11011111 | 1001 | 1010110 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CC20DF
Complementary color
Monochromatic Colors of #CC20DF
Black with #CC20DF
Text Example
Text Example
White with #CC20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20DF; }
p { color: rgb(204,32,223); }
H1.HeaderClassName
{
color: #CC20DF;
}
.AnyTagClassName
{
color: #CC20DF;
}
</style>
background-color css
<style>
a { background-color: #CC20DF; }
a { background-color: rgb(204,32,223); }
div.DivClassName
{
background-color: #CC20DF;
}
.BgClassName
{
background-color: #CC20DF;
}
</style>
border-color css
<style>
span { border-color: #CC20DF; }
span { border-color: rgb(204,32,223); }
td.TdClassName
{
border-color: #CC20DF;
}
.TagClassName
{
border-color: #CC20DF;
}
</style>