Shades of Cerise #CE3C69
Tints of Cerise #CE3C69
RGB
CMYK
RGB Variations
Color information
#CE3C69 (or 0xCE3C69) is known color: Cerise. HEX triplet: CE, 3C and 69. RGB value is (206,60,105). Sum of RGB (Red+Green+Blue) = 206+60+105=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C69 is #31C396. Grayscale: #6C6C6C. Windows color (decimal): -3261335 or 6896846. OLE color: 6896846.
HSL color Cylindrical-coordinate representation of color #CE3C69: hue angle of 341.51º 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 #CE3C69 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 105 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.19 |
| HSL | 341.51º | 0.6% | 0.52% | - |
| HSV(B) | 341.51º | 0.71% | 0.81% | - |
| XYZ | 29.62 | 17.37 | 15.16 | - |
| YUV | 108.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 105 | 0 | 0.71 | 0.49 | 0.19 | 341.51 | 0.6 | 0.52 |
| Hex | CE | 3C | 69 | 0 | 47 | 31 | 13 | 156 | 3C | 34 |
| Octal | 316 | 74 | 151 | 0 | 107 | 61 | 23 | 526 | 74 | 64 |
| Binary | 11001110 | 111100 | 1101001 | 0 | 1000111 | 110001 | 10011 | 101010110 | 111100 | 110100 |
Color Harmonies of #CE3C69
Complementary color
Monochromatic Colors of #CE3C69
Black with #CE3C69
Text Example
Text Example
White with #CE3C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C69; }
p { color: rgb(206,60,105); }
H1.HeaderClassName
{
color: #CE3C69;
}
.AnyTagClassName
{
color: #CE3C69;
}
</style>
background-color css
<style>
a { background-color: #CE3C69; }
a { background-color: rgb(206,60,105); }
div.DivClassName
{
background-color: #CE3C69;
}
.BgClassName
{
background-color: #CE3C69;
}
</style>
border-color css
<style>
span { border-color: #CE3C69; }
span { border-color: rgb(206,60,105); }
td.TdClassName
{
border-color: #CE3C69;
}
.TagClassName
{
border-color: #CE3C69;
}
</style>