Shades of Cerise #CC396D
Tints of Cerise #CC396D
RGB
CMYK
RGB Variations
Color information
#CC396D (or 0xCC396D) is known color: Cerise. HEX triplet: CC, 39 and 6D. RGB value is (204,57,109). Sum of RGB (Red+Green+Blue) = 204+57+109=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC396D is #33C692. Grayscale: #6A6A6A. Windows color (decimal): -3393171 or 7158220. OLE color: 7158220.
HSL color Cylindrical-coordinate representation of color #CC396D: hue angle of 338.78º 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 #CC396D is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 109 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.2 |
| HSL | 338.78º | 0.59% | 0.51% | - |
| HSV(B) | 338.78º | 0.72% | 0.8% | - |
| XYZ | 29.13 | 16.87 | 16.19 | - |
| YUV | 106.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 109 | 0 | 0.72 | 0.47 | 0.2 | 338.78 | 0.59 | 0.51 |
| Hex | CC | 39 | 6D | 0 | 48 | 2F | 14 | 153 | 3B | 33 |
| Octal | 314 | 71 | 155 | 0 | 110 | 57 | 24 | 523 | 73 | 63 |
| Binary | 11001100 | 111001 | 1101101 | 0 | 1001000 | 101111 | 10100 | 101010011 | 111011 | 110011 |
Color Harmonies of #CC396D
Complementary color
Monochromatic Colors of #CC396D
Black with #CC396D
Text Example
Text Example
White with #CC396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC396D; }
p { color: rgb(204,57,109); }
H1.HeaderClassName
{
color: #CC396D;
}
.AnyTagClassName
{
color: #CC396D;
}
</style>
background-color css
<style>
a { background-color: #CC396D; }
a { background-color: rgb(204,57,109); }
div.DivClassName
{
background-color: #CC396D;
}
.BgClassName
{
background-color: #CC396D;
}
</style>
border-color css
<style>
span { border-color: #CC396D; }
span { border-color: rgb(204,57,109); }
td.TdClassName
{
border-color: #CC396D;
}
.TagClassName
{
border-color: #CC396D;
}
</style>