Shades of Cerise #CC365F
Tints of Cerise #CC365F
RGB
CMYK
RGB Variations
Color information
#CC365F (or 0xCC365F) is known color: Cerise. HEX triplet: CC, 36 and 5F. RGB value is (204,54,95). Sum of RGB (Red+Green+Blue) = 204+54+95=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC365F is #33C9A0. Grayscale: #676767. Windows color (decimal): -3393953 or 6239948. OLE color: 6239948.
HSL color Cylindrical-coordinate representation of color #CC365F: hue angle of 343.6º 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 #CC365F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 95 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.2 |
| HSL | 343.6º | 0.6% | 0.51% | - |
| HSV(B) | 343.6º | 0.74% | 0.8% | - |
| XYZ | 28.29 | 16.3 | 12.48 | - |
| YUV | 103.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 95 | 0 | 0.74 | 0.53 | 0.2 | 343.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 5F | 0 | 4A | 35 | 14 | 158 | 3C | 33 |
| Octal | 314 | 66 | 137 | 0 | 112 | 65 | 24 | 530 | 74 | 63 |
| Binary | 11001100 | 110110 | 1011111 | 0 | 1001010 | 110101 | 10100 | 101011000 | 111100 | 110011 |
Color Harmonies of #CC365F
Complementary color
Monochromatic Colors of #CC365F
Black with #CC365F
Text Example
Text Example
White with #CC365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC365F; }
p { color: rgb(204,54,95); }
H1.HeaderClassName
{
color: #CC365F;
}
.AnyTagClassName
{
color: #CC365F;
}
</style>
background-color css
<style>
a { background-color: #CC365F; }
a { background-color: rgb(204,54,95); }
div.DivClassName
{
background-color: #CC365F;
}
.BgClassName
{
background-color: #CC365F;
}
</style>
border-color css
<style>
span { border-color: #CC365F; }
span { border-color: rgb(204,54,95); }
td.TdClassName
{
border-color: #CC365F;
}
.TagClassName
{
border-color: #CC365F;
}
</style>