Shades of Cerise #CC385F
Tints of Cerise #CC385F
RGB
CMYK
RGB Variations
Color information
#CC385F (or 0xCC385F) is known color: Cerise. HEX triplet: CC, 38 and 5F. RGB value is (204,56,95). Sum of RGB (Red+Green+Blue) = 204+56+95=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC385F is #33C7A0. Grayscale: #686868. Windows color (decimal): -3393441 or 6240460. OLE color: 6240460.
HSL color Cylindrical-coordinate representation of color #CC385F: hue angle of 344.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC385F is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 95 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.2 |
| HSL | 344.19º | 0.59% | 0.51% | - |
| HSV(B) | 344.19º | 0.73% | 0.8% | - |
| XYZ | 28.38 | 16.49 | 12.51 | - |
| YUV | 104.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 95 | 0 | 0.73 | 0.53 | 0.2 | 344.19 | 0.59 | 0.51 |
| Hex | CC | 38 | 5F | 0 | 49 | 35 | 14 | 158 | 3B | 33 |
| Octal | 314 | 70 | 137 | 0 | 111 | 65 | 24 | 530 | 73 | 63 |
| Binary | 11001100 | 111000 | 1011111 | 0 | 1001001 | 110101 | 10100 | 101011000 | 111011 | 110011 |
Color Harmonies of #CC385F
Complementary color
Monochromatic Colors of #CC385F
Black with #CC385F
Text Example
Text Example
White with #CC385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC385F; }
p { color: rgb(204,56,95); }
H1.HeaderClassName
{
color: #CC385F;
}
.AnyTagClassName
{
color: #CC385F;
}
</style>
background-color css
<style>
a { background-color: #CC385F; }
a { background-color: rgb(204,56,95); }
div.DivClassName
{
background-color: #CC385F;
}
.BgClassName
{
background-color: #CC385F;
}
</style>
border-color css
<style>
span { border-color: #CC385F; }
span { border-color: rgb(204,56,95); }
td.TdClassName
{
border-color: #CC385F;
}
.TagClassName
{
border-color: #CC385F;
}
</style>