Shades of Deep Magenta #CC2BD1
Tints of Deep Magenta #CC2BD1
RGB
CMYK
RGB Variations
Color information
#CC2BD1 (or 0xCC2BD1) is known color: Deep Magenta. HEX triplet: CC, 2B and D1. RGB value is (204,43,209). Sum of RGB (Red+Green+Blue) = 204+43+209=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC2BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BD1 is #33D42E. Grayscale: #6D6D6D. Windows color (decimal): -3396655 or 13708236. OLE color: 13708236.
HSL color Cylindrical-coordinate representation of color #CC2BD1: hue angle of 298.19º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2BD1 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 43 | 209 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.18 |
| HSL | 298.19º | 0.66% | 0.49% | - |
| HSV(B) | 298.19º | 0.79% | 0.82% | - |
| XYZ | 37.27 | 19.17 | 62.06 | - |
| YUV | 110.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 209 | 0.02 | 0.79 | 0 | 0.18 | 298.19 | 0.66 | 0.49 |
| Hex | CC | 2B | D1 | 2 | 4F | 0 | 12 | 12A | 42 | 31 |
| Octal | 314 | 53 | 321 | 2 | 117 | 0 | 22 | 452 | 102 | 61 |
| Binary | 11001100 | 101011 | 11010001 | 10 | 1001111 | 0 | 10010 | 100101010 | 1000010 | 110001 |
Color Harmonies of #CC2BD1
Complementary color
Monochromatic Colors of #CC2BD1
Black with #CC2BD1
Text Example
Text Example
White with #CC2BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BD1; }
p { color: rgb(204,43,209); }
H1.HeaderClassName
{
color: #CC2BD1;
}
.AnyTagClassName
{
color: #CC2BD1;
}
</style>
background-color css
<style>
a { background-color: #CC2BD1; }
a { background-color: rgb(204,43,209); }
div.DivClassName
{
background-color: #CC2BD1;
}
.BgClassName
{
background-color: #CC2BD1;
}
</style>
border-color css
<style>
span { border-color: #CC2BD1; }
span { border-color: rgb(204,43,209); }
td.TdClassName
{
border-color: #CC2BD1;
}
.TagClassName
{
border-color: #CC2BD1;
}
</style>