Shades of Deep Magenta #CC27DC
Tints of Deep Magenta #CC27DC
RGB
CMYK
RGB Variations
Color information
#CC27DC (or 0xCC27DC) is known color: Deep Magenta. HEX triplet: CC, 27 and DC. RGB value is (204,39,220). Sum of RGB (Red+Green+Blue) = 204+39+220=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC27DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27DC is #33D823. Grayscale: #6C6C6C. Windows color (decimal): -3397668 or 14428108. OLE color: 14428108.
HSL color Cylindrical-coordinate representation of color #CC27DC: hue angle of 294.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC27DC is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 39 | 220 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.14 |
| HSL | 294.7º | 0.72% | 0.51% | - |
| HSV(B) | 294.7º | 0.82% | 0.86% | - |
| XYZ | 38.55 | 19.46 | 69.43 | - |
| YUV | 108.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 220 | 0.07 | 0.82 | 0 | 0.14 | 294.7 | 0.72 | 0.51 |
| Hex | CC | 27 | DC | 7 | 52 | 0 | E | 127 | 48 | 33 |
| Octal | 314 | 47 | 334 | 7 | 122 | 0 | 16 | 447 | 110 | 63 |
| Binary | 11001100 | 100111 | 11011100 | 111 | 1010010 | 0 | 1110 | 100100111 | 1001000 | 110011 |
Color Harmonies of #CC27DC
Complementary color
Monochromatic Colors of #CC27DC
Black with #CC27DC
Text Example
Text Example
White with #CC27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27DC; }
p { color: rgb(204,39,220); }
H1.HeaderClassName
{
color: #CC27DC;
}
.AnyTagClassName
{
color: #CC27DC;
}
</style>
background-color css
<style>
a { background-color: #CC27DC; }
a { background-color: rgb(204,39,220); }
div.DivClassName
{
background-color: #CC27DC;
}
.BgClassName
{
background-color: #CC27DC;
}
</style>
border-color css
<style>
span { border-color: #CC27DC; }
span { border-color: rgb(204,39,220); }
td.TdClassName
{
border-color: #CC27DC;
}
.TagClassName
{
border-color: #CC27DC;
}
</style>