Shades of Cerise #CC385D
Tints of Cerise #CC385D
RGB
CMYK
RGB Variations
Color information
#CC385D (or 0xCC385D) is known color: Cerise. HEX triplet: CC, 38 and 5D. RGB value is (204,56,93). Sum of RGB (Red+Green+Blue) = 204+56+93=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC385D is #33C7A2. Grayscale: #686868. Windows color (decimal): -3393443 or 6109388. OLE color: 6109388.
HSL color Cylindrical-coordinate representation of color #CC385D: hue angle of 345º 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 #CC385D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 93 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.2 |
| HSL | 345º | 0.59% | 0.51% | - |
| HSV(B) | 345º | 0.73% | 0.8% | - |
| XYZ | 28.29 | 16.46 | 12.04 | - |
| YUV | 104.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 93 | 0 | 0.73 | 0.54 | 0.2 | 345 | 0.59 | 0.51 |
| Hex | CC | 38 | 5D | 0 | 49 | 36 | 14 | 159 | 3B | 33 |
| Octal | 314 | 70 | 135 | 0 | 111 | 66 | 24 | 531 | 73 | 63 |
| Binary | 11001100 | 111000 | 1011101 | 0 | 1001001 | 110110 | 10100 | 101011001 | 111011 | 110011 |
Color Harmonies of #CC385D
Complementary color
Monochromatic Colors of #CC385D
Black with #CC385D
Text Example
Text Example
White with #CC385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC385D; }
p { color: rgb(204,56,93); }
H1.HeaderClassName
{
color: #CC385D;
}
.AnyTagClassName
{
color: #CC385D;
}
</style>
background-color css
<style>
a { background-color: #CC385D; }
a { background-color: rgb(204,56,93); }
div.DivClassName
{
background-color: #CC385D;
}
.BgClassName
{
background-color: #CC385D;
}
</style>
border-color css
<style>
span { border-color: #CC385D; }
span { border-color: rgb(204,56,93); }
td.TdClassName
{
border-color: #CC385D;
}
.TagClassName
{
border-color: #CC385D;
}
</style>