Shades of Cerise #CE3370
Tints of Cerise #CE3370
RGB
CMYK
RGB Variations
Color information
#CE3370 (or 0xCE3370) is known color: Cerise. HEX triplet: CE, 33 and 70. RGB value is (206,51,112). Sum of RGB (Red+Green+Blue) = 206+51+112=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3370 is #31CC8F. Grayscale: #686868. Windows color (decimal): -3263632 or 7353294. OLE color: 7353294.
HSL color Cylindrical-coordinate representation of color #CE3370: hue angle of 336.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3370 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 112 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.19 |
| HSL | 336.39º | 0.61% | 0.5% | - |
| HSV(B) | 336.39º | 0.75% | 0.81% | - |
| XYZ | 29.56 | 16.66 | 16.99 | - |
| YUV | 104.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 112 | 0 | 0.75 | 0.46 | 0.19 | 336.39 | 0.61 | 0.5 |
| Hex | CE | 33 | 70 | 0 | 4B | 2E | 13 | 150 | 3D | 32 |
| Octal | 316 | 63 | 160 | 0 | 113 | 56 | 23 | 520 | 75 | 62 |
| Binary | 11001110 | 110011 | 1110000 | 0 | 1001011 | 101110 | 10011 | 101010000 | 111101 | 110010 |
Color Harmonies of #CE3370
Complementary color
Monochromatic Colors of #CE3370
Black with #CE3370
Text Example
Text Example
White with #CE3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3370; }
p { color: rgb(206,51,112); }
H1.HeaderClassName
{
color: #CE3370;
}
.AnyTagClassName
{
color: #CE3370;
}
</style>
background-color css
<style>
a { background-color: #CE3370; }
a { background-color: rgb(206,51,112); }
div.DivClassName
{
background-color: #CE3370;
}
.BgClassName
{
background-color: #CE3370;
}
</style>
border-color css
<style>
span { border-color: #CE3370; }
span { border-color: rgb(206,51,112); }
td.TdClassName
{
border-color: #CE3370;
}
.TagClassName
{
border-color: #CE3370;
}
</style>