Shades of Deep Magenta #CC27DA
Tints of Deep Magenta #CC27DA
RGB
CMYK
RGB Variations
Color information
#CC27DA (or 0xCC27DA) is known color: Deep Magenta. HEX triplet: CC, 27 and DA. RGB value is (204,39,218). Sum of RGB (Red+Green+Blue) = 204+39+218=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27DA is #33D825. Grayscale: #6C6C6C. Windows color (decimal): -3397670 or 14297036. OLE color: 14297036.
HSL color Cylindrical-coordinate representation of color #CC27DA: hue angle of 295.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC27DA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 39 | 218 | - |
CMYK | 0.06 | 0.82 | 0 | 0.15 |
HSL | 295.31º | 0.71% | 0.5% | - |
HSV(B) | 295.31º | 0.82% | 0.85% | - |
XYZ | 38.28 | 19.35 | 68.05 | - |
YUV | 108.74 | 189.66 | 195.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 39 | 218 | 0.06 | 0.82 | 0 | 0.15 | 295.31 | 0.71 | 0.5 |
Hex | CC | 27 | DA | 6 | 52 | 0 | F | 127 | 47 | 32 |
Octal | 314 | 47 | 332 | 6 | 122 | 0 | 17 | 447 | 107 | 62 |
Binary | 11001100 | 100111 | 11011010 | 110 | 1010010 | 0 | 1111 | 100100111 | 1000111 | 110010 |
Color Harmonies of #CC27DA
Complementary color
Monochromatic Colors of #CC27DA
Black with #CC27DA
Text Example
Text Example
White with #CC27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27DA; }
p { color: rgb(204,39,218); }
H1.HeaderClassName
{
color: #CC27DA;
}
.AnyTagClassName
{
color: #CC27DA;
}
</style>
background-color css
<style>
a { background-color: #CC27DA; }
a { background-color: rgb(204,39,218); }
div.DivClassName
{
background-color: #CC27DA;
}
.BgClassName
{
background-color: #CC27DA;
}
</style>
border-color css
<style>
span { border-color: #CC27DA; }
span { border-color: rgb(204,39,218); }
td.TdClassName
{
border-color: #CC27DA;
}
.TagClassName
{
border-color: #CC27DA;
}
</style>