Shades of Deep Cerise #CC329B
Tints of Deep Cerise #CC329B
RGB
CMYK
RGB Variations
Color information
#CC329B (or 0xCC329B) is known color: Deep Cerise. HEX triplet: CC, 32 and 9B. RGB value is (204,50,155). Sum of RGB (Red+Green+Blue) = 204+50+155=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC329B is #33CD64. Grayscale: #6B6B6B. Windows color (decimal): -3394917 or 10171084. OLE color: 10171084.
HSL color Cylindrical-coordinate representation of color #CC329B: hue angle of 319.09º 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 #CC329B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 155 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.2 |
| HSL | 319.09º | 0.61% | 0.5% | - |
| HSV(B) | 319.09º | 0.75% | 0.8% | - |
| XYZ | 31.96 | 17.49 | 32.7 | - |
| YUV | 108.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 155 | 0 | 0.75 | 0.24 | 0.2 | 319.09 | 0.61 | 0.5 |
| Hex | CC | 32 | 9B | 0 | 4B | 18 | 14 | 13F | 3D | 32 |
| Octal | 314 | 62 | 233 | 0 | 113 | 30 | 24 | 477 | 75 | 62 |
| Binary | 11001100 | 110010 | 10011011 | 0 | 1001011 | 11000 | 10100 | 100111111 | 111101 | 110010 |
Color Harmonies of #CC329B
Complementary color
Monochromatic Colors of #CC329B
Black with #CC329B
Text Example
Text Example
White with #CC329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC329B; }
p { color: rgb(204,50,155); }
H1.HeaderClassName
{
color: #CC329B;
}
.AnyTagClassName
{
color: #CC329B;
}
</style>
background-color css
<style>
a { background-color: #CC329B; }
a { background-color: rgb(204,50,155); }
div.DivClassName
{
background-color: #CC329B;
}
.BgClassName
{
background-color: #CC329B;
}
</style>
border-color css
<style>
span { border-color: #CC329B; }
span { border-color: rgb(204,50,155); }
td.TdClassName
{
border-color: #CC329B;
}
.TagClassName
{
border-color: #CC329B;
}
</style>