Shades of Cerise #CC375D
Tints of Cerise #CC375D
RGB
CMYK
RGB Variations
Color information
#CC375D (or 0xCC375D) is known color: Cerise. HEX triplet: CC, 37 and 5D. RGB value is (204,55,93). Sum of RGB (Red+Green+Blue) = 204+55+93=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC375D is #33C8A2. Grayscale: #676767. Windows color (decimal): -3393699 or 6109132. OLE color: 6109132.
HSL color Cylindrical-coordinate representation of color #CC375D: hue angle of 344.7º 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 #CC375D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 93 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.2 |
| HSL | 344.7º | 0.59% | 0.51% | - |
| HSV(B) | 344.7º | 0.73% | 0.8% | - |
| XYZ | 28.24 | 16.36 | 12.03 | - |
| YUV | 103.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 93 | 0 | 0.73 | 0.54 | 0.2 | 344.7 | 0.59 | 0.51 |
| Hex | CC | 37 | 5D | 0 | 49 | 36 | 14 | 159 | 3B | 33 |
| Octal | 314 | 67 | 135 | 0 | 111 | 66 | 24 | 531 | 73 | 63 |
| Binary | 11001100 | 110111 | 1011101 | 0 | 1001001 | 110110 | 10100 | 101011001 | 111011 | 110011 |
Color Harmonies of #CC375D
Complementary color
Monochromatic Colors of #CC375D
Black with #CC375D
Text Example
Text Example
White with #CC375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC375D; }
p { color: rgb(204,55,93); }
H1.HeaderClassName
{
color: #CC375D;
}
.AnyTagClassName
{
color: #CC375D;
}
</style>
background-color css
<style>
a { background-color: #CC375D; }
a { background-color: rgb(204,55,93); }
div.DivClassName
{
background-color: #CC375D;
}
.BgClassName
{
background-color: #CC375D;
}
</style>
border-color css
<style>
span { border-color: #CC375D; }
span { border-color: rgb(204,55,93); }
td.TdClassName
{
border-color: #CC375D;
}
.TagClassName
{
border-color: #CC375D;
}
</style>