Shades of Cerise #CC245D
Tints of Cerise #CC245D
RGB
CMYK
RGB Variations
Color information
#CC245D (or 0xCC245D) is known color: Cerise. HEX triplet: CC, 24 and 5D. RGB value is (204,36,93). Sum of RGB (Red+Green+Blue) = 204+36+93=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC245D is #33DBA2. Grayscale: #5C5C5C. Windows color (decimal): -3398563 or 6104268. OLE color: 6104268.
HSL color Cylindrical-coordinate representation of color #CC245D: hue angle of 339.64º 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 #CC245D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 93 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.2 |
| HSL | 339.64º | 0.7% | 0.47% | - |
| HSV(B) | 339.64º | 0.82% | 0.8% | - |
| XYZ | 27.51 | 14.89 | 11.78 | - |
| YUV | 92.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 93 | 0 | 0.82 | 0.54 | 0.2 | 339.64 | 0.7 | 0.47 |
| Hex | CC | 24 | 5D | 0 | 52 | 36 | 14 | 154 | 46 | 2F |
| Octal | 314 | 44 | 135 | 0 | 122 | 66 | 24 | 524 | 106 | 57 |
| Binary | 11001100 | 100100 | 1011101 | 0 | 1010010 | 110110 | 10100 | 101010100 | 1000110 | 101111 |
Color Harmonies of #CC245D
Complementary color
Monochromatic Colors of #CC245D
Black with #CC245D
Text Example
Text Example
White with #CC245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC245D; }
p { color: rgb(204,36,93); }
H1.HeaderClassName
{
color: #CC245D;
}
.AnyTagClassName
{
color: #CC245D;
}
</style>
background-color css
<style>
a { background-color: #CC245D; }
a { background-color: rgb(204,36,93); }
div.DivClassName
{
background-color: #CC245D;
}
.BgClassName
{
background-color: #CC245D;
}
</style>
border-color css
<style>
span { border-color: #CC245D; }
span { border-color: rgb(204,36,93); }
td.TdClassName
{
border-color: #CC245D;
}
.TagClassName
{
border-color: #CC245D;
}
</style>