Shades of Deep Magenta #CC2BDA
Tints of Deep Magenta #CC2BDA
RGB
CMYK
RGB Variations
Color information
#CC2BDA (or 0xCC2BDA) is known color: Deep Magenta. HEX triplet: CC, 2B and DA. RGB value is (204,43,218). Sum of RGB (Red+Green+Blue) = 204+43+218=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC2BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BDA is #33D425. Grayscale: #6E6E6E. Windows color (decimal): -3396646 or 14298060. OLE color: 14298060.
HSL color Cylindrical-coordinate representation of color #CC2BDA: hue angle of 295.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2BDA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 43 | 218 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.15 |
| HSL | 295.2º | 0.7% | 0.51% | - |
| HSV(B) | 295.2º | 0.8% | 0.85% | - |
| XYZ | 38.42 | 19.63 | 68.09 | - |
| YUV | 111.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 218 | 0.06 | 0.80 | 0 | 0.15 | 295.2 | 0.7 | 0.51 |
| Hex | CC | 2B | DA | 6 | 50 | 0 | F | 127 | 46 | 33 |
| Octal | 314 | 53 | 332 | 6 | 120 | 0 | 17 | 447 | 106 | 63 |
| Binary | 11001100 | 101011 | 11011010 | 110 | 1010000 | 0 | 1111 | 100100111 | 1000110 | 110011 |
Color Harmonies of #CC2BDA
Complementary color
Monochromatic Colors of #CC2BDA
Black with #CC2BDA
Text Example
Text Example
White with #CC2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BDA; }
p { color: rgb(204,43,218); }
H1.HeaderClassName
{
color: #CC2BDA;
}
.AnyTagClassName
{
color: #CC2BDA;
}
</style>
background-color css
<style>
a { background-color: #CC2BDA; }
a { background-color: rgb(204,43,218); }
div.DivClassName
{
background-color: #CC2BDA;
}
.BgClassName
{
background-color: #CC2BDA;
}
</style>
border-color css
<style>
span { border-color: #CC2BDA; }
span { border-color: rgb(204,43,218); }
td.TdClassName
{
border-color: #CC2BDA;
}
.TagClassName
{
border-color: #CC2BDA;
}
</style>