Shades of Cerise #CE3D6A
Tints of Cerise #CE3D6A
RGB
CMYK
RGB Variations
Color information
#CE3D6A (or 0xCE3D6A) is known color: Cerise. HEX triplet: CE, 3D and 6A. RGB value is (206,61,106). Sum of RGB (Red+Green+Blue) = 206+61+106=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D6A is #31C295. Grayscale: #6D6D6D. Windows color (decimal): -3261078 or 6962638. OLE color: 6962638.
HSL color Cylindrical-coordinate representation of color #CE3D6A: hue angle of 341.38º 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 #CE3D6A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 106 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.19 |
| HSL | 341.38º | 0.6% | 0.52% | - |
| HSV(B) | 341.38º | 0.7% | 0.81% | - |
| XYZ | 29.72 | 17.5 | 15.45 | - |
| YUV | 109.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 106 | 0 | 0.70 | 0.49 | 0.19 | 341.38 | 0.6 | 0.52 |
| Hex | CE | 3D | 6A | 0 | 46 | 31 | 13 | 155 | 3C | 34 |
| Octal | 316 | 75 | 152 | 0 | 106 | 61 | 23 | 525 | 74 | 64 |
| Binary | 11001110 | 111101 | 1101010 | 0 | 1000110 | 110001 | 10011 | 101010101 | 111100 | 110100 |
Color Harmonies of #CE3D6A
Complementary color
Monochromatic Colors of #CE3D6A
Black with #CE3D6A
Text Example
Text Example
White with #CE3D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D6A; }
p { color: rgb(206,61,106); }
H1.HeaderClassName
{
color: #CE3D6A;
}
.AnyTagClassName
{
color: #CE3D6A;
}
</style>
background-color css
<style>
a { background-color: #CE3D6A; }
a { background-color: rgb(206,61,106); }
div.DivClassName
{
background-color: #CE3D6A;
}
.BgClassName
{
background-color: #CE3D6A;
}
</style>
border-color css
<style>
span { border-color: #CE3D6A; }
span { border-color: rgb(206,61,106); }
td.TdClassName
{
border-color: #CE3D6A;
}
.TagClassName
{
border-color: #CE3D6A;
}
</style>