Shades of Deep Magenta #CC27B2
Tints of Deep Magenta #CC27B2
RGB
CMYK
RGB Variations
Color information
#CC27B2 (or 0xCC27B2) is known color: Deep Magenta. HEX triplet: CC, 27 and B2. RGB value is (204,39,178). Sum of RGB (Red+Green+Blue) = 204+39+178=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC27B2 is #33D84D. Grayscale: #676767. Windows color (decimal): -3397710 or 11675596. OLE color: 11675596.
HSL color Cylindrical-coordinate representation of color #CC27B2: hue angle of 309.45º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC27B2 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 178 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.2 |
| HSL | 309.45º | 0.68% | 0.48% | - |
| HSV(B) | 309.45º | 0.81% | 0.8% | - |
| XYZ | 33.66 | 17.5 | 43.72 | - |
| YUV | 104.18 | 169.66 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 178 | 0 | 0.81 | 0.13 | 0.2 | 309.45 | 0.68 | 0.48 |
| Hex | CC | 27 | B2 | 0 | 51 | D | 14 | 135 | 44 | 30 |
| Octal | 314 | 47 | 262 | 0 | 121 | 15 | 24 | 465 | 104 | 60 |
| Binary | 11001100 | 100111 | 10110010 | 0 | 1010001 | 1101 | 10100 | 100110101 | 1000100 | 110000 |
Color Harmonies of #CC27B2
Complementary color
Monochromatic Colors of #CC27B2
Black with #CC27B2
Text Example
Text Example
White with #CC27B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27B2; }
p { color: rgb(204,39,178); }
H1.HeaderClassName
{
color: #CC27B2;
}
.AnyTagClassName
{
color: #CC27B2;
}
</style>
background-color css
<style>
a { background-color: #CC27B2; }
a { background-color: rgb(204,39,178); }
div.DivClassName
{
background-color: #CC27B2;
}
.BgClassName
{
background-color: #CC27B2;
}
</style>
border-color css
<style>
span { border-color: #CC27B2; }
span { border-color: rgb(204,39,178); }
td.TdClassName
{
border-color: #CC27B2;
}
.TagClassName
{
border-color: #CC27B2;
}
</style>