Shades of Deep Magenta #CC21BC
Tints of Deep Magenta #CC21BC
RGB
CMYK
RGB Variations
Color information
#CC21BC (or 0xCC21BC) is known color: Deep Magenta. HEX triplet: CC, 21 and BC. RGB value is (204,33,188). Sum of RGB (Red+Green+Blue) = 204+33+188=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21BC is #33DE43. Grayscale: #656565. Windows color (decimal): -3399236 or 12329420. OLE color: 12329420.
HSL color Cylindrical-coordinate representation of color #CC21BC: hue angle of 305.61º 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 #CC21BC is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 188 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.2 |
| HSL | 305.61º | 0.72% | 0.46% | - |
| HSV(B) | 305.61º | 0.84% | 0.8% | - |
| XYZ | 34.52 | 17.56 | 49.15 | - |
| YUV | 101.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 188 | 0 | 0.84 | 0.08 | 0.2 | 305.61 | 0.72 | 0.46 |
| Hex | CC | 21 | BC | 0 | 54 | 8 | 14 | 132 | 48 | 2E |
| Octal | 314 | 41 | 274 | 0 | 124 | 10 | 24 | 462 | 110 | 56 |
| Binary | 11001100 | 100001 | 10111100 | 0 | 1010100 | 1000 | 10100 | 100110010 | 1001000 | 101110 |
Color Harmonies of #CC21BC
Complementary color
Monochromatic Colors of #CC21BC
Black with #CC21BC
Text Example
Text Example
White with #CC21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21BC; }
p { color: rgb(204,33,188); }
H1.HeaderClassName
{
color: #CC21BC;
}
.AnyTagClassName
{
color: #CC21BC;
}
</style>
background-color css
<style>
a { background-color: #CC21BC; }
a { background-color: rgb(204,33,188); }
div.DivClassName
{
background-color: #CC21BC;
}
.BgClassName
{
background-color: #CC21BC;
}
</style>
border-color css
<style>
span { border-color: #CC21BC; }
span { border-color: rgb(204,33,188); }
td.TdClassName
{
border-color: #CC21BC;
}
.TagClassName
{
border-color: #CC21BC;
}
</style>