Shades of Deep Magenta #CC27DD
Tints of Deep Magenta #CC27DD
RGB
CMYK
RGB Variations
Color information
#CC27DD (or 0xCC27DD) is known color: Deep Magenta. HEX triplet: CC, 27 and DD. RGB value is (204,39,221). Sum of RGB (Red+Green+Blue) = 204+39+221=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27DD is #33D822. Grayscale: #6C6C6C. Windows color (decimal): -3397667 or 14493644. OLE color: 14493644.
HSL color Cylindrical-coordinate representation of color #CC27DD: hue angle of 294.4º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC27DD is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 39 | 221 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.13 |
| HSL | 294.4º | 0.73% | 0.51% | - |
| HSV(B) | 294.4º | 0.82% | 0.87% | - |
| XYZ | 38.68 | 19.51 | 70.13 | - |
| YUV | 109.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 221 | 0.08 | 0.82 | 0 | 0.13 | 294.4 | 0.73 | 0.51 |
| Hex | CC | 27 | DD | 8 | 52 | 0 | D | 126 | 49 | 33 |
| Octal | 314 | 47 | 335 | 10 | 122 | 0 | 15 | 446 | 111 | 63 |
| Binary | 11001100 | 100111 | 11011101 | 1000 | 1010010 | 0 | 1101 | 100100110 | 1001001 | 110011 |
Color Harmonies of #CC27DD
Complementary color
Monochromatic Colors of #CC27DD
Black with #CC27DD
Text Example
Text Example
White with #CC27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27DD; }
p { color: rgb(204,39,221); }
H1.HeaderClassName
{
color: #CC27DD;
}
.AnyTagClassName
{
color: #CC27DD;
}
</style>
background-color css
<style>
a { background-color: #CC27DD; }
a { background-color: rgb(204,39,221); }
div.DivClassName
{
background-color: #CC27DD;
}
.BgClassName
{
background-color: #CC27DD;
}
</style>
border-color css
<style>
span { border-color: #CC27DD; }
span { border-color: rgb(204,39,221); }
td.TdClassName
{
border-color: #CC27DD;
}
.TagClassName
{
border-color: #CC27DD;
}
</style>