Shades of Cerise #CC236E
Tints of Cerise #CC236E
RGB
CMYK
RGB Variations
Color information
#CC236E (or 0xCC236E) is known color: Cerise. HEX triplet: CC, 23 and 6E. RGB value is (204,35,110). Sum of RGB (Red+Green+Blue) = 204+35+110=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC236E is #33DC91. Grayscale: #5D5D5D. Windows color (decimal): -3398802 or 7218124. OLE color: 7218124.
HSL color Cylindrical-coordinate representation of color #CC236E: hue angle of 333.37º 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 #CC236E is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 110 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.2 |
| HSL | 333.37º | 0.71% | 0.47% | - |
| HSV(B) | 333.37º | 0.83% | 0.8% | - |
| XYZ | 28.32 | 15.17 | 16.19 | - |
| YUV | 94.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 110 | 0 | 0.83 | 0.46 | 0.2 | 333.37 | 0.71 | 0.47 |
| Hex | CC | 23 | 6E | 0 | 53 | 2E | 14 | 14D | 47 | 2F |
| Octal | 314 | 43 | 156 | 0 | 123 | 56 | 24 | 515 | 107 | 57 |
| Binary | 11001100 | 100011 | 1101110 | 0 | 1010011 | 101110 | 10100 | 101001101 | 1000111 | 101111 |
Color Harmonies of #CC236E
Complementary color
Monochromatic Colors of #CC236E
Black with #CC236E
Text Example
Text Example
White with #CC236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC236E; }
p { color: rgb(204,35,110); }
H1.HeaderClassName
{
color: #CC236E;
}
.AnyTagClassName
{
color: #CC236E;
}
</style>
background-color css
<style>
a { background-color: #CC236E; }
a { background-color: rgb(204,35,110); }
div.DivClassName
{
background-color: #CC236E;
}
.BgClassName
{
background-color: #CC236E;
}
</style>
border-color css
<style>
span { border-color: #CC236E; }
span { border-color: rgb(204,35,110); }
td.TdClassName
{
border-color: #CC236E;
}
.TagClassName
{
border-color: #CC236E;
}
</style>