Shades of Cerise #CE3D6B
Tints of Cerise #CE3D6B
RGB
CMYK
RGB Variations
Color information
#CE3D6B (or 0xCE3D6B) is known color: Cerise. HEX triplet: CE, 3D and 6B. RGB value is (206,61,107). Sum of RGB (Red+Green+Blue) = 206+61+107=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D6B is #31C294. Grayscale: #6D6D6D. Windows color (decimal): -3261077 or 7028174. OLE color: 7028174.
HSL color Cylindrical-coordinate representation of color #CE3D6B: hue angle of 340.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D6B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 107 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.19 |
| HSL | 340.97º | 0.6% | 0.52% | - |
| HSV(B) | 340.97º | 0.7% | 0.81% | - |
| XYZ | 29.78 | 17.52 | 15.72 | - |
| YUV | 109.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 107 | 0 | 0.70 | 0.48 | 0.19 | 340.97 | 0.6 | 0.52 |
| Hex | CE | 3D | 6B | 0 | 46 | 30 | 13 | 155 | 3C | 34 |
| Octal | 316 | 75 | 153 | 0 | 106 | 60 | 23 | 525 | 74 | 64 |
| Binary | 11001110 | 111101 | 1101011 | 0 | 1000110 | 110000 | 10011 | 101010101 | 111100 | 110100 |
Color Harmonies of #CE3D6B
Complementary color
Monochromatic Colors of #CE3D6B
Black with #CE3D6B
Text Example
Text Example
White with #CE3D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D6B; }
p { color: rgb(206,61,107); }
H1.HeaderClassName
{
color: #CE3D6B;
}
.AnyTagClassName
{
color: #CE3D6B;
}
</style>
background-color css
<style>
a { background-color: #CE3D6B; }
a { background-color: rgb(206,61,107); }
div.DivClassName
{
background-color: #CE3D6B;
}
.BgClassName
{
background-color: #CE3D6B;
}
</style>
border-color css
<style>
span { border-color: #CE3D6B; }
span { border-color: rgb(206,61,107); }
td.TdClassName
{
border-color: #CE3D6B;
}
.TagClassName
{
border-color: #CE3D6B;
}
</style>