Shades of Deep Magenta #CC2BDF
Tints of Deep Magenta #CC2BDF
RGB
CMYK
RGB Variations
Color information
#CC2BDF (or 0xCC2BDF) is known color: Deep Magenta. HEX triplet: CC, 2B and DF. RGB value is (204,43,223). Sum of RGB (Red+Green+Blue) = 204+43+223=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BDF is #33D420. Grayscale: #6F6F6F. Windows color (decimal): -3396641 or 14625740. OLE color: 14625740.
HSL color Cylindrical-coordinate representation of color #CC2BDF: hue angle of 293.67º degrees, saturation: 0.74, 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 #CC2BDF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 43 | 223 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293.67º | 0.74% | 0.52% | - |
| HSV(B) | 293.67º | 0.81% | 0.87% | - |
| XYZ | 39.09 | 19.89 | 71.59 | - |
| YUV | 111.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 223 | 0.09 | 0.81 | 0 | 0.13 | 293.67 | 0.74 | 0.52 |
| Hex | CC | 2B | DF | 9 | 51 | 0 | D | 126 | 4A | 34 |
| Octal | 314 | 53 | 337 | 11 | 121 | 0 | 15 | 446 | 112 | 64 |
| Binary | 11001100 | 101011 | 11011111 | 1001 | 1010001 | 0 | 1101 | 100100110 | 1001010 | 110100 |
Color Harmonies of #CC2BDF
Complementary color
Monochromatic Colors of #CC2BDF
Black with #CC2BDF
Text Example
Text Example
White with #CC2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BDF; }
p { color: rgb(204,43,223); }
H1.HeaderClassName
{
color: #CC2BDF;
}
.AnyTagClassName
{
color: #CC2BDF;
}
</style>
background-color css
<style>
a { background-color: #CC2BDF; }
a { background-color: rgb(204,43,223); }
div.DivClassName
{
background-color: #CC2BDF;
}
.BgClassName
{
background-color: #CC2BDF;
}
</style>
border-color css
<style>
span { border-color: #CC2BDF; }
span { border-color: rgb(204,43,223); }
td.TdClassName
{
border-color: #CC2BDF;
}
.TagClassName
{
border-color: #CC2BDF;
}
</style>