Shades of Cerise #CE3360
Tints of Cerise #CE3360
RGB
CMYK
RGB Variations
Color information
#CE3360 (or 0xCE3360) is known color: Cerise. HEX triplet: CE, 33 and 60. RGB value is (206,51,96). Sum of RGB (Red+Green+Blue) = 206+51+96=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3360 is #31CC9F. Grayscale: #666666. Windows color (decimal): -3263648 or 6304718. OLE color: 6304718.
HSL color Cylindrical-coordinate representation of color #CE3360: hue angle of 342.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3360 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 96 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.19 |
| HSL | 342.58º | 0.61% | 0.5% | - |
| HSV(B) | 342.58º | 0.75% | 0.81% | - |
| XYZ | 28.75 | 16.33 | 12.7 | - |
| YUV | 102.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 96 | 0 | 0.75 | 0.53 | 0.19 | 342.58 | 0.61 | 0.5 |
| Hex | CE | 33 | 60 | 0 | 4B | 35 | 13 | 157 | 3D | 32 |
| Octal | 316 | 63 | 140 | 0 | 113 | 65 | 23 | 527 | 75 | 62 |
| Binary | 11001110 | 110011 | 1100000 | 0 | 1001011 | 110101 | 10011 | 101010111 | 111101 | 110010 |
Color Harmonies of #CE3360
Complementary color
Monochromatic Colors of #CE3360
Black with #CE3360
Text Example
Text Example
White with #CE3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3360; }
p { color: rgb(206,51,96); }
H1.HeaderClassName
{
color: #CE3360;
}
.AnyTagClassName
{
color: #CE3360;
}
</style>
background-color css
<style>
a { background-color: #CE3360; }
a { background-color: rgb(206,51,96); }
div.DivClassName
{
background-color: #CE3360;
}
.BgClassName
{
background-color: #CE3360;
}
</style>
border-color css
<style>
span { border-color: #CE3360; }
span { border-color: rgb(206,51,96); }
td.TdClassName
{
border-color: #CE3360;
}
.TagClassName
{
border-color: #CE3360;
}
</style>