Shades of Cerise #CC235C
Tints of Cerise #CC235C
RGB
CMYK
RGB Variations
Color information
#CC235C (or 0xCC235C) is known color: Cerise. HEX triplet: CC, 23 and 5C. RGB value is (204,35,92). Sum of RGB (Red+Green+Blue) = 204+35+92=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC235C is #33DCA3. Grayscale: #5B5B5B. Windows color (decimal): -3398820 or 6038476. OLE color: 6038476.
HSL color Cylindrical-coordinate representation of color #CC235C: hue angle of 339.76º 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 #CC235C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 92 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.2 |
| HSL | 339.76º | 0.71% | 0.47% | - |
| HSV(B) | 339.76º | 0.83% | 0.8% | - |
| XYZ | 27.43 | 14.81 | 11.54 | - |
| YUV | 92.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 92 | 0 | 0.83 | 0.55 | 0.2 | 339.76 | 0.71 | 0.47 |
| Hex | CC | 23 | 5C | 0 | 53 | 37 | 14 | 154 | 47 | 2F |
| Octal | 314 | 43 | 134 | 0 | 123 | 67 | 24 | 524 | 107 | 57 |
| Binary | 11001100 | 100011 | 1011100 | 0 | 1010011 | 110111 | 10100 | 101010100 | 1000111 | 101111 |
Color Harmonies of #CC235C
Complementary color
Monochromatic Colors of #CC235C
Black with #CC235C
Text Example
Text Example
White with #CC235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC235C; }
p { color: rgb(204,35,92); }
H1.HeaderClassName
{
color: #CC235C;
}
.AnyTagClassName
{
color: #CC235C;
}
</style>
background-color css
<style>
a { background-color: #CC235C; }
a { background-color: rgb(204,35,92); }
div.DivClassName
{
background-color: #CC235C;
}
.BgClassName
{
background-color: #CC235C;
}
</style>
border-color css
<style>
span { border-color: #CC235C; }
span { border-color: rgb(204,35,92); }
td.TdClassName
{
border-color: #CC235C;
}
.TagClassName
{
border-color: #CC235C;
}
</style>