Shades of Cerise #CC235E
Tints of Cerise #CC235E
RGB
CMYK
RGB Variations
Color information
#CC235E (or 0xCC235E) is known color: Cerise. HEX triplet: CC, 23 and 5E. RGB value is (204,35,94). Sum of RGB (Red+Green+Blue) = 204+35+94=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC235E is #33DCA1. Grayscale: #5C5C5C. Windows color (decimal): -3398818 or 6169548. OLE color: 6169548.
HSL color Cylindrical-coordinate representation of color #CC235E: hue angle of 339.05º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC235E is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 94 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.2 |
| HSL | 339.05º | 0.71% | 0.47% | - |
| HSV(B) | 339.05º | 0.83% | 0.8% | - |
| XYZ | 27.52 | 14.85 | 12 | - |
| YUV | 92.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 94 | 0 | 0.83 | 0.54 | 0.2 | 339.05 | 0.71 | 0.47 |
| Hex | CC | 23 | 5E | 0 | 53 | 36 | 14 | 153 | 47 | 2F |
| Octal | 314 | 43 | 136 | 0 | 123 | 66 | 24 | 523 | 107 | 57 |
| Binary | 11001100 | 100011 | 1011110 | 0 | 1010011 | 110110 | 10100 | 101010011 | 1000111 | 101111 |
Color Harmonies of #CC235E
Complementary color
Monochromatic Colors of #CC235E
Black with #CC235E
Text Example
Text Example
White with #CC235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC235E; }
p { color: rgb(204,35,94); }
H1.HeaderClassName
{
color: #CC235E;
}
.AnyTagClassName
{
color: #CC235E;
}
</style>
background-color css
<style>
a { background-color: #CC235E; }
a { background-color: rgb(204,35,94); }
div.DivClassName
{
background-color: #CC235E;
}
.BgClassName
{
background-color: #CC235E;
}
</style>
border-color css
<style>
span { border-color: #CC235E; }
span { border-color: rgb(204,35,94); }
td.TdClassName
{
border-color: #CC235E;
}
.TagClassName
{
border-color: #CC235E;
}
</style>