Shades of Cerise #CC365D
Tints of Cerise #CC365D
RGB
CMYK
RGB Variations
Color information
#CC365D (or 0xCC365D) is known color: Cerise. HEX triplet: CC, 36 and 5D. RGB value is (204,54,93). Sum of RGB (Red+Green+Blue) = 204+54+93=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC365D is #33C9A2. Grayscale: #676767. Windows color (decimal): -3393955 or 6108876. OLE color: 6108876.
HSL color Cylindrical-coordinate representation of color #CC365D: hue angle of 344.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC365D is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 93 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.2 |
| HSL | 344.4º | 0.6% | 0.51% | - |
| HSV(B) | 344.4º | 0.74% | 0.8% | - |
| XYZ | 28.2 | 16.27 | 12.01 | - |
| YUV | 103.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 93 | 0 | 0.74 | 0.54 | 0.2 | 344.4 | 0.6 | 0.51 |
| Hex | CC | 36 | 5D | 0 | 4A | 36 | 14 | 158 | 3C | 33 |
| Octal | 314 | 66 | 135 | 0 | 112 | 66 | 24 | 530 | 74 | 63 |
| Binary | 11001100 | 110110 | 1011101 | 0 | 1001010 | 110110 | 10100 | 101011000 | 111100 | 110011 |
Color Harmonies of #CC365D
Complementary color
Monochromatic Colors of #CC365D
Black with #CC365D
Text Example
Text Example
White with #CC365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC365D; }
p { color: rgb(204,54,93); }
H1.HeaderClassName
{
color: #CC365D;
}
.AnyTagClassName
{
color: #CC365D;
}
</style>
background-color css
<style>
a { background-color: #CC365D; }
a { background-color: rgb(204,54,93); }
div.DivClassName
{
background-color: #CC365D;
}
.BgClassName
{
background-color: #CC365D;
}
</style>
border-color css
<style>
span { border-color: #CC365D; }
span { border-color: rgb(204,54,93); }
td.TdClassName
{
border-color: #CC365D;
}
.TagClassName
{
border-color: #CC365D;
}
</style>