Shades of Cerise #CC326E
Tints of Cerise #CC326E
RGB
CMYK
RGB Variations
Color information
#CC326E (or 0xCC326E) is known color: Cerise. HEX triplet: CC, 32 and 6E. RGB value is (204,50,110). Sum of RGB (Red+Green+Blue) = 204+50+110=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC326E is #33CD91. Grayscale: #666666. Windows color (decimal): -3394962 or 7221964. OLE color: 7221964.
HSL color Cylindrical-coordinate representation of color #CC326E: hue angle of 336.62º 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 #CC326E is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 110 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.2 |
| HSL | 336.62º | 0.61% | 0.5% | - |
| HSV(B) | 336.62º | 0.75% | 0.8% | - |
| XYZ | 28.86 | 16.24 | 16.37 | - |
| YUV | 102.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 110 | 0 | 0.75 | 0.46 | 0.2 | 336.62 | 0.61 | 0.5 |
| Hex | CC | 32 | 6E | 0 | 4B | 2E | 14 | 151 | 3D | 32 |
| Octal | 314 | 62 | 156 | 0 | 113 | 56 | 24 | 521 | 75 | 62 |
| Binary | 11001100 | 110010 | 1101110 | 0 | 1001011 | 101110 | 10100 | 101010001 | 111101 | 110010 |
Color Harmonies of #CC326E
Complementary color
Monochromatic Colors of #CC326E
Black with #CC326E
Text Example
Text Example
White with #CC326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC326E; }
p { color: rgb(204,50,110); }
H1.HeaderClassName
{
color: #CC326E;
}
.AnyTagClassName
{
color: #CC326E;
}
</style>
background-color css
<style>
a { background-color: #CC326E; }
a { background-color: rgb(204,50,110); }
div.DivClassName
{
background-color: #CC326E;
}
.BgClassName
{
background-color: #CC326E;
}
</style>
border-color css
<style>
span { border-color: #CC326E; }
span { border-color: rgb(204,50,110); }
td.TdClassName
{
border-color: #CC326E;
}
.TagClassName
{
border-color: #CC326E;
}
</style>