Shades of Cerise #CE3071
Tints of Cerise #CE3071
RGB
CMYK
RGB Variations
Color information
#CE3071 (or 0xCE3071) is known color: Cerise. HEX triplet: CE, 30 and 71. RGB value is (206,48,113). Sum of RGB (Red+Green+Blue) = 206+48+113=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3071 is #31CF8E. Grayscale: #666666. Windows color (decimal): -3264399 or 7418062. OLE color: 7418062.
HSL color Cylindrical-coordinate representation of color #CE3071: hue angle of 335.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3071 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 113 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.19 |
| HSL | 335.32º | 0.62% | 0.5% | - |
| HSV(B) | 335.32º | 0.77% | 0.81% | - |
| XYZ | 29.49 | 16.43 | 17.24 | - |
| YUV | 102.65 | 133.85 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 113 | 0 | 0.77 | 0.45 | 0.19 | 335.32 | 0.62 | 0.5 |
| Hex | CE | 30 | 71 | 0 | 4D | 2D | 13 | 14F | 3E | 32 |
| Octal | 316 | 60 | 161 | 0 | 115 | 55 | 23 | 517 | 76 | 62 |
| Binary | 11001110 | 110000 | 1110001 | 0 | 1001101 | 101101 | 10011 | 101001111 | 111110 | 110010 |
Color Harmonies of #CE3071
Complementary color
Monochromatic Colors of #CE3071
Black with #CE3071
Text Example
Text Example
White with #CE3071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3071; }
p { color: rgb(206,48,113); }
H1.HeaderClassName
{
color: #CE3071;
}
.AnyTagClassName
{
color: #CE3071;
}
</style>
background-color css
<style>
a { background-color: #CE3071; }
a { background-color: rgb(206,48,113); }
div.DivClassName
{
background-color: #CE3071;
}
.BgClassName
{
background-color: #CE3071;
}
</style>
border-color css
<style>
span { border-color: #CE3071; }
span { border-color: rgb(206,48,113); }
td.TdClassName
{
border-color: #CE3071;
}
.TagClassName
{
border-color: #CE3071;
}
</style>