Shades of Deep Cerise #CC327A
Tints of Deep Cerise #CC327A
RGB
CMYK
RGB Variations
Color information
#CC327A (or 0xCC327A) is known color: Deep Cerise. HEX triplet: CC, 32 and 7A. RGB value is (204,50,122). Sum of RGB (Red+Green+Blue) = 204+50+122=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327A is #33CD85. Grayscale: #686868. Windows color (decimal): -3394950 or 8008396. OLE color: 8008396.
HSL color Cylindrical-coordinate representation of color #CC327A: hue angle of 331.95º 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 #CC327A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 122 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.2 |
| HSL | 331.95º | 0.61% | 0.5% | - |
| HSV(B) | 331.95º | 0.75% | 0.8% | - |
| XYZ | 29.56 | 16.52 | 20.04 | - |
| YUV | 104.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 122 | 0 | 0.75 | 0.40 | 0.2 | 331.95 | 0.61 | 0.5 |
| Hex | CC | 32 | 7A | 0 | 4B | 28 | 14 | 14C | 3D | 32 |
| Octal | 314 | 62 | 172 | 0 | 113 | 50 | 24 | 514 | 75 | 62 |
| Binary | 11001100 | 110010 | 1111010 | 0 | 1001011 | 101000 | 10100 | 101001100 | 111101 | 110010 |
Color Harmonies of #CC327A
Complementary color
Monochromatic Colors of #CC327A
Black with #CC327A
Text Example
Text Example
White with #CC327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC327A; }
p { color: rgb(204,50,122); }
H1.HeaderClassName
{
color: #CC327A;
}
.AnyTagClassName
{
color: #CC327A;
}
</style>
background-color css
<style>
a { background-color: #CC327A; }
a { background-color: rgb(204,50,122); }
div.DivClassName
{
background-color: #CC327A;
}
.BgClassName
{
background-color: #CC327A;
}
</style>
border-color css
<style>
span { border-color: #CC327A; }
span { border-color: rgb(204,50,122); }
td.TdClassName
{
border-color: #CC327A;
}
.TagClassName
{
border-color: #CC327A;
}
</style>