Shades of Deep Magenta #CC2BDD
Tints of Deep Magenta #CC2BDD
RGB
CMYK
RGB Variations
Color information
#CC2BDD (or 0xCC2BDD) is known color: Deep Magenta. HEX triplet: CC, 2B and DD. RGB value is (204,43,221). Sum of RGB (Red+Green+Blue) = 204+43+221=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BDD is #33D422. Grayscale: #6E6E6E. Windows color (decimal): -3396643 or 14494668. OLE color: 14494668.
HSL color Cylindrical-coordinate representation of color #CC2BDD: hue angle of 294.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2BDD is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 43 | 221 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.13 |
| HSL | 294.27º | 0.72% | 0.52% | - |
| HSV(B) | 294.27º | 0.81% | 0.87% | - |
| XYZ | 38.82 | 19.79 | 70.18 | - |
| YUV | 111.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 221 | 0.08 | 0.81 | 0 | 0.13 | 294.27 | 0.72 | 0.52 |
| Hex | CC | 2B | DD | 8 | 51 | 0 | D | 126 | 48 | 34 |
| Octal | 314 | 53 | 335 | 10 | 121 | 0 | 15 | 446 | 110 | 64 |
| Binary | 11001100 | 101011 | 11011101 | 1000 | 1010001 | 0 | 1101 | 100100110 | 1001000 | 110100 |
Color Harmonies of #CC2BDD
Complementary color
Monochromatic Colors of #CC2BDD
Black with #CC2BDD
Text Example
Text Example
White with #CC2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BDD; }
p { color: rgb(204,43,221); }
H1.HeaderClassName
{
color: #CC2BDD;
}
.AnyTagClassName
{
color: #CC2BDD;
}
</style>
background-color css
<style>
a { background-color: #CC2BDD; }
a { background-color: rgb(204,43,221); }
div.DivClassName
{
background-color: #CC2BDD;
}
.BgClassName
{
background-color: #CC2BDD;
}
</style>
border-color css
<style>
span { border-color: #CC2BDD; }
span { border-color: rgb(204,43,221); }
td.TdClassName
{
border-color: #CC2BDD;
}
.TagClassName
{
border-color: #CC2BDD;
}
</style>