Shades of Deep Cerise #CC329A
Tints of Deep Cerise #CC329A
RGB
CMYK
RGB Variations
Color information
#CC329A (or 0xCC329A) is known color: Deep Cerise. HEX triplet: CC, 32 and 9A. RGB value is (204,50,154). Sum of RGB (Red+Green+Blue) = 204+50+154=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC329A is #33CD65. Grayscale: #6B6B6B. Windows color (decimal): -3394918 or 10105548. OLE color: 10105548.
HSL color Cylindrical-coordinate representation of color #CC329A: hue angle of 319.48º 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 #CC329A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 154 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.2 |
| HSL | 319.48º | 0.61% | 0.5% | - |
| HSV(B) | 319.48º | 0.75% | 0.8% | - |
| XYZ | 31.88 | 17.45 | 32.26 | - |
| YUV | 107.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 154 | 0 | 0.75 | 0.25 | 0.2 | 319.48 | 0.61 | 0.5 |
| Hex | CC | 32 | 9A | 0 | 4B | 19 | 14 | 13F | 3D | 32 |
| Octal | 314 | 62 | 232 | 0 | 113 | 31 | 24 | 477 | 75 | 62 |
| Binary | 11001100 | 110010 | 10011010 | 0 | 1001011 | 11001 | 10100 | 100111111 | 111101 | 110010 |
Color Harmonies of #CC329A
Complementary color
Monochromatic Colors of #CC329A
Black with #CC329A
Text Example
Text Example
White with #CC329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC329A; }
p { color: rgb(204,50,154); }
H1.HeaderClassName
{
color: #CC329A;
}
.AnyTagClassName
{
color: #CC329A;
}
</style>
background-color css
<style>
a { background-color: #CC329A; }
a { background-color: rgb(204,50,154); }
div.DivClassName
{
background-color: #CC329A;
}
.BgClassName
{
background-color: #CC329A;
}
</style>
border-color css
<style>
span { border-color: #CC329A; }
span { border-color: rgb(204,50,154); }
td.TdClassName
{
border-color: #CC329A;
}
.TagClassName
{
border-color: #CC329A;
}
</style>