Shades of Deep Magenta #CC21B7
Tints of Deep Magenta #CC21B7
RGB
CMYK
RGB Variations
Color information
#CC21B7 (or 0xCC21B7) is known color: Deep Magenta. HEX triplet: CC, 21 and B7. RGB value is (204,33,183). Sum of RGB (Red+Green+Blue) = 204+33+183=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21B7 is #33DE48. Grayscale: #646464. Windows color (decimal): -3399241 or 12001740. OLE color: 12001740.
HSL color Cylindrical-coordinate representation of color #CC21B7: hue angle of 307.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21B7 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 183 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.2 |
| HSL | 307.37º | 0.72% | 0.46% | - |
| HSV(B) | 307.37º | 0.84% | 0.8% | - |
| XYZ | 33.99 | 17.34 | 46.36 | - |
| YUV | 101.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 183 | 0 | 0.84 | 0.10 | 0.2 | 307.37 | 0.72 | 0.46 |
| Hex | CC | 21 | B7 | 0 | 54 | A | 14 | 133 | 48 | 2E |
| Octal | 314 | 41 | 267 | 0 | 124 | 12 | 24 | 463 | 110 | 56 |
| Binary | 11001100 | 100001 | 10110111 | 0 | 1010100 | 1010 | 10100 | 100110011 | 1001000 | 101110 |
Color Harmonies of #CC21B7
Complementary color
Monochromatic Colors of #CC21B7
Black with #CC21B7
Text Example
Text Example
White with #CC21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21B7; }
p { color: rgb(204,33,183); }
H1.HeaderClassName
{
color: #CC21B7;
}
.AnyTagClassName
{
color: #CC21B7;
}
</style>
background-color css
<style>
a { background-color: #CC21B7; }
a { background-color: rgb(204,33,183); }
div.DivClassName
{
background-color: #CC21B7;
}
.BgClassName
{
background-color: #CC21B7;
}
</style>
border-color css
<style>
span { border-color: #CC21B7; }
span { border-color: rgb(204,33,183); }
td.TdClassName
{
border-color: #CC21B7;
}
.TagClassName
{
border-color: #CC21B7;
}
</style>