Shades of Deep Magenta #CC21D0
Tints of Deep Magenta #CC21D0
RGB
CMYK
RGB Variations
Color information
#CC21D0 (or 0xCC21D0) is known color: Deep Magenta. HEX triplet: CC, 21 and D0. RGB value is (204,33,208). Sum of RGB (Red+Green+Blue) = 204+33+208=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC21D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21D0 is #33DE2F. Grayscale: #676767. Windows color (decimal): -3399216 or 13640140. OLE color: 13640140.
HSL color Cylindrical-coordinate representation of color #CC21D0: hue angle of 298.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21D0 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 33 | 208 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.18 |
| HSL | 298.63º | 0.73% | 0.47% | - |
| HSV(B) | 298.63º | 0.84% | 0.82% | - |
| XYZ | 36.83 | 18.48 | 61.3 | - |
| YUV | 104.08 | 186.65 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 208 | 0.02 | 0.84 | 0 | 0.18 | 298.63 | 0.73 | 0.47 |
| Hex | CC | 21 | D0 | 2 | 54 | 0 | 12 | 12B | 49 | 2F |
| Octal | 314 | 41 | 320 | 2 | 124 | 0 | 22 | 453 | 111 | 57 |
| Binary | 11001100 | 100001 | 11010000 | 10 | 1010100 | 0 | 10010 | 100101011 | 1001001 | 101111 |
Color Harmonies of #CC21D0
Complementary color
Monochromatic Colors of #CC21D0
Black with #CC21D0
Text Example
Text Example
White with #CC21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21D0; }
p { color: rgb(204,33,208); }
H1.HeaderClassName
{
color: #CC21D0;
}
.AnyTagClassName
{
color: #CC21D0;
}
</style>
background-color css
<style>
a { background-color: #CC21D0; }
a { background-color: rgb(204,33,208); }
div.DivClassName
{
background-color: #CC21D0;
}
.BgClassName
{
background-color: #CC21D0;
}
</style>
border-color css
<style>
span { border-color: #CC21D0; }
span { border-color: rgb(204,33,208); }
td.TdClassName
{
border-color: #CC21D0;
}
.TagClassName
{
border-color: #CC21D0;
}
</style>