Shades of Cerise #CE3F62
Tints of Cerise #CE3F62
RGB
CMYK
RGB Variations
Color information
#CE3F62 (or 0xCE3F62) is known color: Cerise. HEX triplet: CE, 3F and 62. RGB value is (206,63,98). Sum of RGB (Red+Green+Blue) = 206+63+98=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F62 is #31C09D. Grayscale: #6D6D6D. Windows color (decimal): -3260574 or 6438862. OLE color: 6438862.
HSL color Cylindrical-coordinate representation of color #CE3F62: hue angle of 345.31º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F62 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 98 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.19 |
| HSL | 345.31º | 0.59% | 0.53% | - |
| HSV(B) | 345.31º | 0.69% | 0.81% | - |
| XYZ | 29.44 | 17.56 | 13.39 | - |
| YUV | 109.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 98 | 0 | 0.69 | 0.52 | 0.19 | 345.31 | 0.59 | 0.53 |
| Hex | CE | 3F | 62 | 0 | 45 | 34 | 13 | 159 | 3B | 35 |
| Octal | 316 | 77 | 142 | 0 | 105 | 64 | 23 | 531 | 73 | 65 |
| Binary | 11001110 | 111111 | 1100010 | 0 | 1000101 | 110100 | 10011 | 101011001 | 111011 | 110101 |
Color Harmonies of #CE3F62
Complementary color
Monochromatic Colors of #CE3F62
Black with #CE3F62
Text Example
Text Example
White with #CE3F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F62; }
p { color: rgb(206,63,98); }
H1.HeaderClassName
{
color: #CE3F62;
}
.AnyTagClassName
{
color: #CE3F62;
}
</style>
background-color css
<style>
a { background-color: #CE3F62; }
a { background-color: rgb(206,63,98); }
div.DivClassName
{
background-color: #CE3F62;
}
.BgClassName
{
background-color: #CE3F62;
}
</style>
border-color css
<style>
span { border-color: #CE3F62; }
span { border-color: rgb(206,63,98); }
td.TdClassName
{
border-color: #CE3F62;
}
.TagClassName
{
border-color: #CE3F62;
}
</style>