Shades of Deep Cerise #CC328E
Tints of Deep Cerise #CC328E
RGB
CMYK
RGB Variations
Color information
#CC328E (or 0xCC328E) is known color: Deep Cerise. HEX triplet: CC, 32 and 8E. RGB value is (204,50,142). Sum of RGB (Red+Green+Blue) = 204+50+142=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC328E is #33CD71. Grayscale: #6A6A6A. Windows color (decimal): -3394930 or 9319116. OLE color: 9319116.
HSL color Cylindrical-coordinate representation of color #CC328E: hue angle of 324.16º 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 #CC328E is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 142 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.2 |
| HSL | 324.16º | 0.61% | 0.5% | - |
| HSV(B) | 324.16º | 0.75% | 0.8% | - |
| XYZ | 30.92 | 17.07 | 27.26 | - |
| YUV | 106.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 142 | 0 | 0.75 | 0.30 | 0.2 | 324.16 | 0.61 | 0.5 |
| Hex | CC | 32 | 8E | 0 | 4B | 1E | 14 | 144 | 3D | 32 |
| Octal | 314 | 62 | 216 | 0 | 113 | 36 | 24 | 504 | 75 | 62 |
| Binary | 11001100 | 110010 | 10001110 | 0 | 1001011 | 11110 | 10100 | 101000100 | 111101 | 110010 |
Color Harmonies of #CC328E
Complementary color
Monochromatic Colors of #CC328E
Black with #CC328E
Text Example
Text Example
White with #CC328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC328E; }
p { color: rgb(204,50,142); }
H1.HeaderClassName
{
color: #CC328E;
}
.AnyTagClassName
{
color: #CC328E;
}
</style>
background-color css
<style>
a { background-color: #CC328E; }
a { background-color: rgb(204,50,142); }
div.DivClassName
{
background-color: #CC328E;
}
.BgClassName
{
background-color: #CC328E;
}
</style>
border-color css
<style>
span { border-color: #CC328E; }
span { border-color: rgb(204,50,142); }
td.TdClassName
{
border-color: #CC328E;
}
.TagClassName
{
border-color: #CC328E;
}
</style>