Shades of Deep Magenta #CC21BB
Tints of Deep Magenta #CC21BB
RGB
CMYK
RGB Variations
Color information
#CC21BB (or 0xCC21BB) is known color: Deep Magenta. HEX triplet: CC, 21 and BB. RGB value is (204,33,187). Sum of RGB (Red+Green+Blue) = 204+33+187=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21BB is #33DE44. Grayscale: #656565. Windows color (decimal): -3399237 or 12263884. OLE color: 12263884.
HSL color Cylindrical-coordinate representation of color #CC21BB: hue angle of 305.96º 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 #CC21BB is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 187 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.2 |
| HSL | 305.96º | 0.72% | 0.46% | - |
| HSV(B) | 305.96º | 0.84% | 0.8% | - |
| XYZ | 34.42 | 17.51 | 48.58 | - |
| YUV | 101.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 187 | 0 | 0.84 | 0.08 | 0.2 | 305.96 | 0.72 | 0.46 |
| Hex | CC | 21 | BB | 0 | 54 | 8 | 14 | 132 | 48 | 2E |
| Octal | 314 | 41 | 273 | 0 | 124 | 10 | 24 | 462 | 110 | 56 |
| Binary | 11001100 | 100001 | 10111011 | 0 | 1010100 | 1000 | 10100 | 100110010 | 1001000 | 101110 |
Color Harmonies of #CC21BB
Complementary color
Monochromatic Colors of #CC21BB
Black with #CC21BB
Text Example
Text Example
White with #CC21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21BB; }
p { color: rgb(204,33,187); }
H1.HeaderClassName
{
color: #CC21BB;
}
.AnyTagClassName
{
color: #CC21BB;
}
</style>
background-color css
<style>
a { background-color: #CC21BB; }
a { background-color: rgb(204,33,187); }
div.DivClassName
{
background-color: #CC21BB;
}
.BgClassName
{
background-color: #CC21BB;
}
</style>
border-color css
<style>
span { border-color: #CC21BB; }
span { border-color: rgb(204,33,187); }
td.TdClassName
{
border-color: #CC21BB;
}
.TagClassName
{
border-color: #CC21BB;
}
</style>