Shades of Cerise #CC385C
Tints of Cerise #CC385C
RGB
CMYK
RGB Variations
Color information
#CC385C (or 0xCC385C) is known color: Cerise. HEX triplet: CC, 38 and 5C. RGB value is (204,56,92). Sum of RGB (Red+Green+Blue) = 204+56+92=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC385C is #33C7A3. Grayscale: #686868. Windows color (decimal): -3393444 or 6043852. OLE color: 6043852.
HSL color Cylindrical-coordinate representation of color #CC385C: hue angle of 345.41º 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 #CC385C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 92 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.2 |
| HSL | 345.41º | 0.59% | 0.51% | - |
| HSV(B) | 345.41º | 0.73% | 0.8% | - |
| XYZ | 28.25 | 16.44 | 11.81 | - |
| YUV | 104.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 92 | 0 | 0.73 | 0.55 | 0.2 | 345.41 | 0.59 | 0.51 |
| Hex | CC | 38 | 5C | 0 | 49 | 37 | 14 | 159 | 3B | 33 |
| Octal | 314 | 70 | 134 | 0 | 111 | 67 | 24 | 531 | 73 | 63 |
| Binary | 11001100 | 111000 | 1011100 | 0 | 1001001 | 110111 | 10100 | 101011001 | 111011 | 110011 |
Color Harmonies of #CC385C
Complementary color
Monochromatic Colors of #CC385C
Black with #CC385C
Text Example
Text Example
White with #CC385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC385C; }
p { color: rgb(204,56,92); }
H1.HeaderClassName
{
color: #CC385C;
}
.AnyTagClassName
{
color: #CC385C;
}
</style>
background-color css
<style>
a { background-color: #CC385C; }
a { background-color: rgb(204,56,92); }
div.DivClassName
{
background-color: #CC385C;
}
.BgClassName
{
background-color: #CC385C;
}
</style>
border-color css
<style>
span { border-color: #CC385C; }
span { border-color: rgb(204,56,92); }
td.TdClassName
{
border-color: #CC385C;
}
.TagClassName
{
border-color: #CC385C;
}
</style>