Shades of Cerise #CC395F
Tints of Cerise #CC395F
RGB
CMYK
RGB Variations
Color information
#CC395F (or 0xCC395F) is known color: Cerise. HEX triplet: CC, 39 and 5F. RGB value is (204,57,95). Sum of RGB (Red+Green+Blue) = 204+57+95=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC395F is #33C6A0. Grayscale: #696969. Windows color (decimal): -3393185 or 6240716. OLE color: 6240716.
HSL color Cylindrical-coordinate representation of color #CC395F: hue angle of 344.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC395F is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 95 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.2 |
| HSL | 344.49º | 0.59% | 0.51% | - |
| HSV(B) | 344.49º | 0.72% | 0.8% | - |
| XYZ | 28.43 | 16.59 | 12.53 | - |
| YUV | 105.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 95 | 0 | 0.72 | 0.53 | 0.2 | 344.49 | 0.59 | 0.51 |
| Hex | CC | 39 | 5F | 0 | 48 | 35 | 14 | 158 | 3B | 33 |
| Octal | 314 | 71 | 137 | 0 | 110 | 65 | 24 | 530 | 73 | 63 |
| Binary | 11001100 | 111001 | 1011111 | 0 | 1001000 | 110101 | 10100 | 101011000 | 111011 | 110011 |
Color Harmonies of #CC395F
Complementary color
Monochromatic Colors of #CC395F
Black with #CC395F
Text Example
Text Example
White with #CC395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC395F; }
p { color: rgb(204,57,95); }
H1.HeaderClassName
{
color: #CC395F;
}
.AnyTagClassName
{
color: #CC395F;
}
</style>
background-color css
<style>
a { background-color: #CC395F; }
a { background-color: rgb(204,57,95); }
div.DivClassName
{
background-color: #CC395F;
}
.BgClassName
{
background-color: #CC395F;
}
</style>
border-color css
<style>
span { border-color: #CC395F; }
span { border-color: rgb(204,57,95); }
td.TdClassName
{
border-color: #CC395F;
}
.TagClassName
{
border-color: #CC395F;
}
</style>