Shades of Cerise #CE3A6F
Tints of Cerise #CE3A6F
RGB
CMYK
RGB Variations
Color information
#CE3A6F (or 0xCE3A6F) is known color: Cerise. HEX triplet: CE, 3A and 6F. RGB value is (206,58,111). Sum of RGB (Red+Green+Blue) = 206+58+111=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A6F is #31C590. Grayscale: #6C6C6C. Windows color (decimal): -3261841 or 7289550. OLE color: 7289550.
HSL color Cylindrical-coordinate representation of color #CE3A6F: hue angle of 338.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A6F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 111 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.19 |
| HSL | 338.51º | 0.6% | 0.52% | - |
| HSV(B) | 338.51º | 0.72% | 0.81% | - |
| XYZ | 29.84 | 17.3 | 16.8 | - |
| YUV | 108.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 111 | 0 | 0.72 | 0.46 | 0.19 | 338.51 | 0.6 | 0.52 |
| Hex | CE | 3A | 6F | 0 | 48 | 2E | 13 | 153 | 3C | 34 |
| Octal | 316 | 72 | 157 | 0 | 110 | 56 | 23 | 523 | 74 | 64 |
| Binary | 11001110 | 111010 | 1101111 | 0 | 1001000 | 101110 | 10011 | 101010011 | 111100 | 110100 |
Color Harmonies of #CE3A6F
Complementary color
Monochromatic Colors of #CE3A6F
Black with #CE3A6F
Text Example
Text Example
White with #CE3A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A6F; }
p { color: rgb(206,58,111); }
H1.HeaderClassName
{
color: #CE3A6F;
}
.AnyTagClassName
{
color: #CE3A6F;
}
</style>
background-color css
<style>
a { background-color: #CE3A6F; }
a { background-color: rgb(206,58,111); }
div.DivClassName
{
background-color: #CE3A6F;
}
.BgClassName
{
background-color: #CE3A6F;
}
</style>
border-color css
<style>
span { border-color: #CE3A6F; }
span { border-color: rgb(206,58,111); }
td.TdClassName
{
border-color: #CE3A6F;
}
.TagClassName
{
border-color: #CE3A6F;
}
</style>