Shades of Deep Magenta #CC21DF
Tints of Deep Magenta #CC21DF
RGB
CMYK
RGB Variations
Color information
#CC21DF (or 0xCC21DF) is known color: Deep Magenta. HEX triplet: CC, 21 and DF. RGB value is (204,33,223). Sum of RGB (Red+Green+Blue) = 204+33+223=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21DF is #33DE20. Grayscale: #696969. Windows color (decimal): -3399201 or 14623180. OLE color: 14623180.
HSL color Cylindrical-coordinate representation of color #CC21DF: hue angle of 294º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC21DF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 33 | 223 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.13 |
| HSL | 294º | 0.75% | 0.5% | - |
| HSV(B) | 294º | 0.85% | 0.87% | - |
| XYZ | 38.76 | 19.25 | 71.49 | - |
| YUV | 105.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 223 | 0.09 | 0.85 | 0 | 0.13 | 294 | 0.75 | 0.5 |
| Hex | CC | 21 | DF | 9 | 55 | 0 | D | 126 | 4B | 32 |
| Octal | 314 | 41 | 337 | 11 | 125 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001100 | 100001 | 11011111 | 1001 | 1010101 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CC21DF
Complementary color
Monochromatic Colors of #CC21DF
Black with #CC21DF
Text Example
Text Example
White with #CC21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21DF; }
p { color: rgb(204,33,223); }
H1.HeaderClassName
{
color: #CC21DF;
}
.AnyTagClassName
{
color: #CC21DF;
}
</style>
background-color css
<style>
a { background-color: #CC21DF; }
a { background-color: rgb(204,33,223); }
div.DivClassName
{
background-color: #CC21DF;
}
.BgClassName
{
background-color: #CC21DF;
}
</style>
border-color css
<style>
span { border-color: #CC21DF; }
span { border-color: rgb(204,33,223); }
td.TdClassName
{
border-color: #CC21DF;
}
.TagClassName
{
border-color: #CC21DF;
}
</style>