Shades of Deep Cerise #CC327D
Tints of Deep Cerise #CC327D
RGB
CMYK
RGB Variations
Color information
#CC327D (or 0xCC327D) is known color: Deep Cerise. HEX triplet: CC, 32 and 7D. RGB value is (204,50,125). Sum of RGB (Red+Green+Blue) = 204+50+125=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327D is #33CD82. Grayscale: #686868. Windows color (decimal): -3394947 or 8205004. OLE color: 8205004.
HSL color Cylindrical-coordinate representation of color #CC327D: hue angle of 330.78º 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 #CC327D is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 125 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.2 |
| HSL | 330.78º | 0.61% | 0.5% | - |
| HSV(B) | 330.78º | 0.75% | 0.8% | - |
| XYZ | 29.74 | 16.6 | 21.04 | - |
| YUV | 104.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 125 | 0 | 0.75 | 0.39 | 0.2 | 330.78 | 0.61 | 0.5 |
| Hex | CC | 32 | 7D | 0 | 4B | 27 | 14 | 14B | 3D | 32 |
| Octal | 314 | 62 | 175 | 0 | 113 | 47 | 24 | 513 | 75 | 62 |
| Binary | 11001100 | 110010 | 1111101 | 0 | 1001011 | 100111 | 10100 | 101001011 | 111101 | 110010 |
Color Harmonies of #CC327D
Complementary color
Monochromatic Colors of #CC327D
Black with #CC327D
Text Example
Text Example
White with #CC327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC327D; }
p { color: rgb(204,50,125); }
H1.HeaderClassName
{
color: #CC327D;
}
.AnyTagClassName
{
color: #CC327D;
}
</style>
background-color css
<style>
a { background-color: #CC327D; }
a { background-color: rgb(204,50,125); }
div.DivClassName
{
background-color: #CC327D;
}
.BgClassName
{
background-color: #CC327D;
}
</style>
border-color css
<style>
span { border-color: #CC327D; }
span { border-color: rgb(204,50,125); }
td.TdClassName
{
border-color: #CC327D;
}
.TagClassName
{
border-color: #CC327D;
}
</style>