Shades of Cerise #CE3B6C
Tints of Cerise #CE3B6C
RGB
CMYK
RGB Variations
Color information
#CE3B6C (or 0xCE3B6C) is known color: Cerise. HEX triplet: CE, 3B and 6C. RGB value is (206,59,108). Sum of RGB (Red+Green+Blue) = 206+59+108=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B6C is #31C493. Grayscale: #6C6C6C. Windows color (decimal): -3261588 or 7093198. OLE color: 7093198.
HSL color Cylindrical-coordinate representation of color #CE3B6C: hue angle of 340º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3B6C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 108 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.19 |
| HSL | 340º | 0.6% | 0.52% | - |
| HSV(B) | 340º | 0.71% | 0.81% | - |
| XYZ | 29.72 | 17.33 | 15.97 | - |
| YUV | 108.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 108 | 0 | 0.71 | 0.48 | 0.19 | 340 | 0.6 | 0.52 |
| Hex | CE | 3B | 6C | 0 | 47 | 30 | 13 | 154 | 3C | 34 |
| Octal | 316 | 73 | 154 | 0 | 107 | 60 | 23 | 524 | 74 | 64 |
| Binary | 11001110 | 111011 | 1101100 | 0 | 1000111 | 110000 | 10011 | 101010100 | 111100 | 110100 |
Color Harmonies of #CE3B6C
Complementary color
Monochromatic Colors of #CE3B6C
Black with #CE3B6C
Text Example
Text Example
White with #CE3B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B6C; }
p { color: rgb(206,59,108); }
H1.HeaderClassName
{
color: #CE3B6C;
}
.AnyTagClassName
{
color: #CE3B6C;
}
</style>
background-color css
<style>
a { background-color: #CE3B6C; }
a { background-color: rgb(206,59,108); }
div.DivClassName
{
background-color: #CE3B6C;
}
.BgClassName
{
background-color: #CE3B6C;
}
</style>
border-color css
<style>
span { border-color: #CE3B6C; }
span { border-color: rgb(206,59,108); }
td.TdClassName
{
border-color: #CE3B6C;
}
.TagClassName
{
border-color: #CE3B6C;
}
</style>