Shades of Cerise #CC335F
Tints of Cerise #CC335F
RGB
CMYK
RGB Variations
Color information
#CC335F (or 0xCC335F) is known color: Cerise. HEX triplet: CC, 33 and 5F. RGB value is (204,51,95). Sum of RGB (Red+Green+Blue) = 204+51+95=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335F is #33CCA0. Grayscale: #656565. Windows color (decimal): -3394721 or 6239180. OLE color: 6239180.
HSL color Cylindrical-coordinate representation of color #CC335F: hue angle of 342.75º 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 #CC335F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 95 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.2 |
| HSL | 342.75º | 0.6% | 0.5% | - |
| HSV(B) | 342.75º | 0.75% | 0.8% | - |
| XYZ | 28.15 | 16.03 | 12.44 | - |
| YUV | 101.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 95 | 0 | 0.75 | 0.53 | 0.2 | 342.75 | 0.6 | 0.5 |
| Hex | CC | 33 | 5F | 0 | 4B | 35 | 14 | 157 | 3C | 32 |
| Octal | 314 | 63 | 137 | 0 | 113 | 65 | 24 | 527 | 74 | 62 |
| Binary | 11001100 | 110011 | 1011111 | 0 | 1001011 | 110101 | 10100 | 101010111 | 111100 | 110010 |
Color Harmonies of #CC335F
Complementary color
Monochromatic Colors of #CC335F
Black with #CC335F
Text Example
Text Example
White with #CC335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC335F; }
p { color: rgb(204,51,95); }
H1.HeaderClassName
{
color: #CC335F;
}
.AnyTagClassName
{
color: #CC335F;
}
</style>
background-color css
<style>
a { background-color: #CC335F; }
a { background-color: rgb(204,51,95); }
div.DivClassName
{
background-color: #CC335F;
}
.BgClassName
{
background-color: #CC335F;
}
</style>
border-color css
<style>
span { border-color: #CC335F; }
span { border-color: rgb(204,51,95); }
td.TdClassName
{
border-color: #CC335F;
}
.TagClassName
{
border-color: #CC335F;
}
</style>