Shades of Cerise #CC255B
Tints of Cerise #CC255B
RGB
CMYK
RGB Variations
Color information
#CC255B (or 0xCC255B) is known color: Cerise. HEX triplet: CC, 25 and 5B. RGB value is (204,37,91). Sum of RGB (Red+Green+Blue) = 204+37+91=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC255B is #33DAA4. Grayscale: #5D5D5D. Windows color (decimal): -3398309 or 5973452. OLE color: 5973452.
HSL color Cylindrical-coordinate representation of color #CC255B: hue angle of 340.6º 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 #CC255B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 91 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.2 |
| HSL | 340.6º | 0.69% | 0.47% | - |
| HSV(B) | 340.6º | 0.82% | 0.8% | - |
| XYZ | 27.45 | 14.92 | 11.33 | - |
| YUV | 93.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 91 | 0 | 0.82 | 0.55 | 0.2 | 340.6 | 0.69 | 0.47 |
| Hex | CC | 25 | 5B | 0 | 52 | 37 | 14 | 155 | 45 | 2F |
| Octal | 314 | 45 | 133 | 0 | 122 | 67 | 24 | 525 | 105 | 57 |
| Binary | 11001100 | 100101 | 1011011 | 0 | 1010010 | 110111 | 10100 | 101010101 | 1000101 | 101111 |
Color Harmonies of #CC255B
Complementary color
Monochromatic Colors of #CC255B
Black with #CC255B
Text Example
Text Example
White with #CC255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC255B; }
p { color: rgb(204,37,91); }
H1.HeaderClassName
{
color: #CC255B;
}
.AnyTagClassName
{
color: #CC255B;
}
</style>
background-color css
<style>
a { background-color: #CC255B; }
a { background-color: rgb(204,37,91); }
div.DivClassName
{
background-color: #CC255B;
}
.BgClassName
{
background-color: #CC255B;
}
</style>
border-color css
<style>
span { border-color: #CC255B; }
span { border-color: rgb(204,37,91); }
td.TdClassName
{
border-color: #CC255B;
}
.TagClassName
{
border-color: #CC255B;
}
</style>