Shades of Cerise #CC335B
Tints of Cerise #CC335B
RGB
CMYK
RGB Variations
Color information
#CC335B (or 0xCC335B) is known color: Cerise. HEX triplet: CC, 33 and 5B. RGB value is (204,51,91). Sum of RGB (Red+Green+Blue) = 204+51+91=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335B is #33CCA4. Grayscale: #656565. Windows color (decimal): -3394725 or 5977036. OLE color: 5977036.
HSL color Cylindrical-coordinate representation of color #CC335B: hue angle of 344.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC335B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 91 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.2 |
| HSL | 344.31º | 0.6% | 0.5% | - |
| HSV(B) | 344.31º | 0.75% | 0.8% | - |
| XYZ | 27.97 | 15.96 | 11.5 | - |
| YUV | 101.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 91 | 0 | 0.75 | 0.55 | 0.2 | 344.31 | 0.6 | 0.5 |
| Hex | CC | 33 | 5B | 0 | 4B | 37 | 14 | 158 | 3C | 32 |
| Octal | 314 | 63 | 133 | 0 | 113 | 67 | 24 | 530 | 74 | 62 |
| Binary | 11001100 | 110011 | 1011011 | 0 | 1001011 | 110111 | 10100 | 101011000 | 111100 | 110010 |
Color Harmonies of #CC335B
Complementary color
Monochromatic Colors of #CC335B
Black with #CC335B
Text Example
Text Example
White with #CC335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC335B; }
p { color: rgb(204,51,91); }
H1.HeaderClassName
{
color: #CC335B;
}
.AnyTagClassName
{
color: #CC335B;
}
</style>
background-color css
<style>
a { background-color: #CC335B; }
a { background-color: rgb(204,51,91); }
div.DivClassName
{
background-color: #CC335B;
}
.BgClassName
{
background-color: #CC335B;
}
</style>
border-color css
<style>
span { border-color: #CC335B; }
span { border-color: rgb(204,51,91); }
td.TdClassName
{
border-color: #CC335B;
}
.TagClassName
{
border-color: #CC335B;
}
</style>