Shades of Deep Magenta #CC21C3
Tints of Deep Magenta #CC21C3
RGB
CMYK
RGB Variations
Color information
#CC21C3 (or 0xCC21C3) is known color: Deep Magenta. HEX triplet: CC, 21 and C3. RGB value is (204,33,195). Sum of RGB (Red+Green+Blue) = 204+33+195=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C3 is #33DE3C. Grayscale: #666666. Windows color (decimal): -3399229 or 12788172. OLE color: 12788172.
HSL color Cylindrical-coordinate representation of color #CC21C3: hue angle of 303.16º 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 #CC21C3 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 195 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.2 |
| HSL | 303.16º | 0.72% | 0.46% | - |
| HSV(B) | 303.16º | 0.84% | 0.8% | - |
| XYZ | 35.3 | 17.87 | 53.22 | - |
| YUV | 102.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 195 | 0 | 0.84 | 0.04 | 0.2 | 303.16 | 0.72 | 0.46 |
| Hex | CC | 21 | C3 | 0 | 54 | 4 | 14 | 12F | 48 | 2E |
| Octal | 314 | 41 | 303 | 0 | 124 | 4 | 24 | 457 | 110 | 56 |
| Binary | 11001100 | 100001 | 11000011 | 0 | 1010100 | 100 | 10100 | 100101111 | 1001000 | 101110 |
Color Harmonies of #CC21C3
Complementary color
Monochromatic Colors of #CC21C3
Black with #CC21C3
Text Example
Text Example
White with #CC21C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21C3; }
p { color: rgb(204,33,195); }
H1.HeaderClassName
{
color: #CC21C3;
}
.AnyTagClassName
{
color: #CC21C3;
}
</style>
background-color css
<style>
a { background-color: #CC21C3; }
a { background-color: rgb(204,33,195); }
div.DivClassName
{
background-color: #CC21C3;
}
.BgClassName
{
background-color: #CC21C3;
}
</style>
border-color css
<style>
span { border-color: #CC21C3; }
span { border-color: rgb(204,33,195); }
td.TdClassName
{
border-color: #CC21C3;
}
.TagClassName
{
border-color: #CC21C3;
}
</style>