Shades of Cerise #CC255C
Tints of Cerise #CC255C
RGB
CMYK
RGB Variations
Color information
#CC255C (or 0xCC255C) is known color: Cerise. HEX triplet: CC, 25 and 5C. RGB value is (204,37,92). Sum of RGB (Red+Green+Blue) = 204+37+92=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC255C is #33DAA3. Grayscale: #5D5D5D. Windows color (decimal): -3398308 or 6038988. OLE color: 6038988.
HSL color Cylindrical-coordinate representation of color #CC255C: hue angle of 340.24º degrees, saturation: 0.69, 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 #CC255C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 92 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.2 |
| HSL | 340.24º | 0.69% | 0.47% | - |
| HSV(B) | 340.24º | 0.82% | 0.8% | - |
| XYZ | 27.5 | 14.93 | 11.56 | - |
| YUV | 93.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 92 | 0 | 0.82 | 0.55 | 0.2 | 340.24 | 0.69 | 0.47 |
| Hex | CC | 25 | 5C | 0 | 52 | 37 | 14 | 154 | 45 | 2F |
| Octal | 314 | 45 | 134 | 0 | 122 | 67 | 24 | 524 | 105 | 57 |
| Binary | 11001100 | 100101 | 1011100 | 0 | 1010010 | 110111 | 10100 | 101010100 | 1000101 | 101111 |
Color Harmonies of #CC255C
Complementary color
Monochromatic Colors of #CC255C
Black with #CC255C
Text Example
Text Example
White with #CC255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC255C; }
p { color: rgb(204,37,92); }
H1.HeaderClassName
{
color: #CC255C;
}
.AnyTagClassName
{
color: #CC255C;
}
</style>
background-color css
<style>
a { background-color: #CC255C; }
a { background-color: rgb(204,37,92); }
div.DivClassName
{
background-color: #CC255C;
}
.BgClassName
{
background-color: #CC255C;
}
</style>
border-color css
<style>
span { border-color: #CC255C; }
span { border-color: rgb(204,37,92); }
td.TdClassName
{
border-color: #CC255C;
}
.TagClassName
{
border-color: #CC255C;
}
</style>