Shades of Cerise #CC245F
Tints of Cerise #CC245F
RGB
CMYK
RGB Variations
Color information
#CC245F (or 0xCC245F) is known color: Cerise. HEX triplet: CC, 24 and 5F. RGB value is (204,36,95). Sum of RGB (Red+Green+Blue) = 204+36+95=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC245F is #33DBA0. Grayscale: #5C5C5C. Windows color (decimal): -3398561 or 6235340. OLE color: 6235340.
HSL color Cylindrical-coordinate representation of color #CC245F: hue angle of 338.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC245F is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 95 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.2 |
| HSL | 338.93º | 0.7% | 0.47% | - |
| HSV(B) | 338.93º | 0.82% | 0.8% | - |
| XYZ | 27.6 | 14.93 | 12.25 | - |
| YUV | 92.96 | 129.16 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 95 | 0 | 0.82 | 0.53 | 0.2 | 338.93 | 0.7 | 0.47 |
| Hex | CC | 24 | 5F | 0 | 52 | 35 | 14 | 153 | 46 | 2F |
| Octal | 314 | 44 | 137 | 0 | 122 | 65 | 24 | 523 | 106 | 57 |
| Binary | 11001100 | 100100 | 1011111 | 0 | 1010010 | 110101 | 10100 | 101010011 | 1000110 | 101111 |
Color Harmonies of #CC245F
Complementary color
Monochromatic Colors of #CC245F
Black with #CC245F
Text Example
Text Example
White with #CC245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC245F; }
p { color: rgb(204,36,95); }
H1.HeaderClassName
{
color: #CC245F;
}
.AnyTagClassName
{
color: #CC245F;
}
</style>
background-color css
<style>
a { background-color: #CC245F; }
a { background-color: rgb(204,36,95); }
div.DivClassName
{
background-color: #CC245F;
}
.BgClassName
{
background-color: #CC245F;
}
</style>
border-color css
<style>
span { border-color: #CC245F; }
span { border-color: rgb(204,36,95); }
td.TdClassName
{
border-color: #CC245F;
}
.TagClassName
{
border-color: #CC245F;
}
</style>