Shades of Deep Magenta #CC27BB
Tints of Deep Magenta #CC27BB
RGB
CMYK
RGB Variations
Color information
#CC27BB (or 0xCC27BB) is known color: Deep Magenta. HEX triplet: CC, 27 and BB. RGB value is (204,39,187). Sum of RGB (Red+Green+Blue) = 204+39+187=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27BB is #33D844. Grayscale: #686868. Windows color (decimal): -3397701 or 12265420. OLE color: 12265420.
HSL color Cylindrical-coordinate representation of color #CC27BB: hue angle of 306.18º 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 #CC27BB is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 187 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.2 |
| HSL | 306.18º | 0.68% | 0.48% | - |
| HSV(B) | 306.18º | 0.81% | 0.8% | - |
| XYZ | 34.6 | 17.88 | 48.64 | - |
| YUV | 105.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 187 | 0 | 0.81 | 0.08 | 0.2 | 306.18 | 0.68 | 0.48 |
| Hex | CC | 27 | BB | 0 | 51 | 8 | 14 | 132 | 44 | 30 |
| Octal | 314 | 47 | 273 | 0 | 121 | 10 | 24 | 462 | 104 | 60 |
| Binary | 11001100 | 100111 | 10111011 | 0 | 1010001 | 1000 | 10100 | 100110010 | 1000100 | 110000 |
Color Harmonies of #CC27BB
Complementary color
Monochromatic Colors of #CC27BB
Black with #CC27BB
Text Example
Text Example
White with #CC27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27BB; }
p { color: rgb(204,39,187); }
H1.HeaderClassName
{
color: #CC27BB;
}
.AnyTagClassName
{
color: #CC27BB;
}
</style>
background-color css
<style>
a { background-color: #CC27BB; }
a { background-color: rgb(204,39,187); }
div.DivClassName
{
background-color: #CC27BB;
}
.BgClassName
{
background-color: #CC27BB;
}
</style>
border-color css
<style>
span { border-color: #CC27BB; }
span { border-color: rgb(204,39,187); }
td.TdClassName
{
border-color: #CC27BB;
}
.TagClassName
{
border-color: #CC27BB;
}
</style>