Shades of Deep Magenta #CC21C1
Tints of Deep Magenta #CC21C1
RGB
CMYK
RGB Variations
Color information
#CC21C1 (or 0xCC21C1) is known color: Deep Magenta. HEX triplet: CC, 21 and C1. RGB value is (204,33,193). Sum of RGB (Red+Green+Blue) = 204+33+193=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C1 is #33DE3E. Grayscale: #656565. Windows color (decimal): -3399231 or 12657100. OLE color: 12657100.
HSL color Cylindrical-coordinate representation of color #CC21C1: hue angle of 303.86º 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 #CC21C1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 193 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.2 |
| HSL | 303.86º | 0.72% | 0.46% | - |
| HSV(B) | 303.86º | 0.84% | 0.8% | - |
| XYZ | 35.07 | 17.78 | 52.03 | - |
| YUV | 102.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 193 | 0 | 0.84 | 0.05 | 0.2 | 303.86 | 0.72 | 0.46 |
| Hex | CC | 21 | C1 | 0 | 54 | 5 | 14 | 130 | 48 | 2E |
| Octal | 314 | 41 | 301 | 0 | 124 | 5 | 24 | 460 | 110 | 56 |
| Binary | 11001100 | 100001 | 11000001 | 0 | 1010100 | 101 | 10100 | 100110000 | 1001000 | 101110 |
Color Harmonies of #CC21C1
Complementary color
Monochromatic Colors of #CC21C1
Black with #CC21C1
Text Example
Text Example
White with #CC21C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21C1; }
p { color: rgb(204,33,193); }
H1.HeaderClassName
{
color: #CC21C1;
}
.AnyTagClassName
{
color: #CC21C1;
}
</style>
background-color css
<style>
a { background-color: #CC21C1; }
a { background-color: rgb(204,33,193); }
div.DivClassName
{
background-color: #CC21C1;
}
.BgClassName
{
background-color: #CC21C1;
}
</style>
border-color css
<style>
span { border-color: #CC21C1; }
span { border-color: rgb(204,33,193); }
td.TdClassName
{
border-color: #CC21C1;
}
.TagClassName
{
border-color: #CC21C1;
}
</style>