Shades of Deep Magenta #CC2BCB
Tints of Deep Magenta #CC2BCB
RGB
CMYK
RGB Variations
Color information
#CC2BCB (or 0xCC2BCB) is known color: Deep Magenta. HEX triplet: CC, 2B and CB. RGB value is (204,43,203). Sum of RGB (Red+Green+Blue) = 204+43+203=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BCB is #33D434. Grayscale: #6C6C6C. Windows color (decimal): -3396661 or 13315020. OLE color: 13315020.
HSL color Cylindrical-coordinate representation of color #CC2BCB: hue angle of 300.37º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2BCB is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 203 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.2 |
| HSL | 300.37º | 0.65% | 0.48% | - |
| HSV(B) | 300.37º | 0.79% | 0.8% | - |
| XYZ | 36.55 | 18.88 | 58.22 | - |
| YUV | 109.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 203 | 0 | 0.79 | 0.00 | 0.2 | 300.37 | 0.65 | 0.48 |
| Hex | CC | 2B | CB | 0 | 4F | 0 | 14 | 12C | 41 | 30 |
| Octal | 314 | 53 | 313 | 0 | 117 | 0 | 24 | 454 | 101 | 60 |
| Binary | 11001100 | 101011 | 11001011 | 0 | 1001111 | 0 | 10100 | 100101100 | 1000001 | 110000 |
Color Harmonies of #CC2BCB
Complementary color
Monochromatic Colors of #CC2BCB
Black with #CC2BCB
Text Example
Text Example
White with #CC2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BCB; }
p { color: rgb(204,43,203); }
H1.HeaderClassName
{
color: #CC2BCB;
}
.AnyTagClassName
{
color: #CC2BCB;
}
</style>
background-color css
<style>
a { background-color: #CC2BCB; }
a { background-color: rgb(204,43,203); }
div.DivClassName
{
background-color: #CC2BCB;
}
.BgClassName
{
background-color: #CC2BCB;
}
</style>
border-color css
<style>
span { border-color: #CC2BCB; }
span { border-color: rgb(204,43,203); }
td.TdClassName
{
border-color: #CC2BCB;
}
.TagClassName
{
border-color: #CC2BCB;
}
</style>