Shades of Deep Magenta #CC21C4
Tints of Deep Magenta #CC21C4
RGB
CMYK
RGB Variations
Color information
#CC21C4 (or 0xCC21C4) is known color: Deep Magenta. HEX triplet: CC, 21 and C4. RGB value is (204,33,196). Sum of RGB (Red+Green+Blue) = 204+33+196=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C4 is #33DE3B. Grayscale: #666666. Windows color (decimal): -3399228 or 12853708. OLE color: 12853708.
HSL color Cylindrical-coordinate representation of color #CC21C4: hue angle of 302.81º 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 #CC21C4 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 196 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.2 |
| HSL | 302.81º | 0.72% | 0.46% | - |
| HSV(B) | 302.81º | 0.84% | 0.8% | - |
| XYZ | 35.41 | 17.91 | 53.82 | - |
| YUV | 102.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 196 | 0 | 0.84 | 0.04 | 0.2 | 302.81 | 0.72 | 0.46 |
| Hex | CC | 21 | C4 | 0 | 54 | 4 | 14 | 12F | 48 | 2E |
| Octal | 314 | 41 | 304 | 0 | 124 | 4 | 24 | 457 | 110 | 56 |
| Binary | 11001100 | 100001 | 11000100 | 0 | 1010100 | 100 | 10100 | 100101111 | 1001000 | 101110 |
Color Harmonies of #CC21C4
Complementary color
Monochromatic Colors of #CC21C4
Black with #CC21C4
Text Example
Text Example
White with #CC21C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21C4; }
p { color: rgb(204,33,196); }
H1.HeaderClassName
{
color: #CC21C4;
}
.AnyTagClassName
{
color: #CC21C4;
}
</style>
background-color css
<style>
a { background-color: #CC21C4; }
a { background-color: rgb(204,33,196); }
div.DivClassName
{
background-color: #CC21C4;
}
.BgClassName
{
background-color: #CC21C4;
}
</style>
border-color css
<style>
span { border-color: #CC21C4; }
span { border-color: rgb(204,33,196); }
td.TdClassName
{
border-color: #CC21C4;
}
.TagClassName
{
border-color: #CC21C4;
}
</style>