Shades of Deep Cerise #CC327F
Tints of Deep Cerise #CC327F
RGB
CMYK
RGB Variations
Color information
#CC327F (or 0xCC327F) is known color: Deep Cerise. HEX triplet: CC, 32 and 7F. RGB value is (204,50,127). Sum of RGB (Red+Green+Blue) = 204+50+127=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327F is #33CD80. Grayscale: #686868. Windows color (decimal): -3394945 or 8336076. OLE color: 8336076.
HSL color Cylindrical-coordinate representation of color #CC327F: hue angle of 330º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC327F is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 127 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.2 |
| HSL | 330º | 0.61% | 0.5% | - |
| HSV(B) | 330º | 0.75% | 0.8% | - |
| XYZ | 29.87 | 16.65 | 21.72 | - |
| YUV | 104.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 127 | 0 | 0.75 | 0.38 | 0.2 | 330 | 0.61 | 0.5 |
| Hex | CC | 32 | 7F | 0 | 4B | 26 | 14 | 14A | 3D | 32 |
| Octal | 314 | 62 | 177 | 0 | 113 | 46 | 24 | 512 | 75 | 62 |
| Binary | 11001100 | 110010 | 1111111 | 0 | 1001011 | 100110 | 10100 | 101001010 | 111101 | 110010 |
Color Harmonies of #CC327F
Complementary color
Monochromatic Colors of #CC327F
Black with #CC327F
Text Example
Text Example
White with #CC327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC327F; }
p { color: rgb(204,50,127); }
H1.HeaderClassName
{
color: #CC327F;
}
.AnyTagClassName
{
color: #CC327F;
}
</style>
background-color css
<style>
a { background-color: #CC327F; }
a { background-color: rgb(204,50,127); }
div.DivClassName
{
background-color: #CC327F;
}
.BgClassName
{
background-color: #CC327F;
}
</style>
border-color css
<style>
span { border-color: #CC327F; }
span { border-color: rgb(204,50,127); }
td.TdClassName
{
border-color: #CC327F;
}
.TagClassName
{
border-color: #CC327F;
}
</style>