Shades of Cerise #CC255D
Tints of Cerise #CC255D
RGB
CMYK
RGB Variations
Color information
#CC255D (or 0xCC255D) is known color: Cerise. HEX triplet: CC, 25 and 5D. RGB value is (204,37,93). Sum of RGB (Red+Green+Blue) = 204+37+93=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC255D is #33DAA2. Grayscale: #5D5D5D. Windows color (decimal): -3398307 or 6104524. OLE color: 6104524.
HSL color Cylindrical-coordinate representation of color #CC255D: hue angle of 339.88º 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 #CC255D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 93 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.2 |
| HSL | 339.88º | 0.69% | 0.47% | - |
| HSV(B) | 339.88º | 0.82% | 0.8% | - |
| XYZ | 27.54 | 14.95 | 11.79 | - |
| YUV | 93.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 93 | 0 | 0.82 | 0.54 | 0.2 | 339.88 | 0.69 | 0.47 |
| Hex | CC | 25 | 5D | 0 | 52 | 36 | 14 | 154 | 45 | 2F |
| Octal | 314 | 45 | 135 | 0 | 122 | 66 | 24 | 524 | 105 | 57 |
| Binary | 11001100 | 100101 | 1011101 | 0 | 1010010 | 110110 | 10100 | 101010100 | 1000101 | 101111 |
Color Harmonies of #CC255D
Complementary color
Monochromatic Colors of #CC255D
Black with #CC255D
Text Example
Text Example
White with #CC255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC255D; }
p { color: rgb(204,37,93); }
H1.HeaderClassName
{
color: #CC255D;
}
.AnyTagClassName
{
color: #CC255D;
}
</style>
background-color css
<style>
a { background-color: #CC255D; }
a { background-color: rgb(204,37,93); }
div.DivClassName
{
background-color: #CC255D;
}
.BgClassName
{
background-color: #CC255D;
}
</style>
border-color css
<style>
span { border-color: #CC255D; }
span { border-color: rgb(204,37,93); }
td.TdClassName
{
border-color: #CC255D;
}
.TagClassName
{
border-color: #CC255D;
}
</style>