Shades of Cerise #CE3270
Tints of Cerise #CE3270
RGB
CMYK
RGB Variations
Color information
#CE3270 (or 0xCE3270) is known color: Cerise. HEX triplet: CE, 32 and 70. RGB value is (206,50,112). Sum of RGB (Red+Green+Blue) = 206+50+112=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3270 is #31CD8F. Grayscale: #676767. Windows color (decimal): -3263888 or 7353038. OLE color: 7353038.
HSL color Cylindrical-coordinate representation of color #CE3270: hue angle of 336.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3270 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 112 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.19 |
| HSL | 336.15º | 0.61% | 0.5% | - |
| HSV(B) | 336.15º | 0.76% | 0.81% | - |
| XYZ | 29.52 | 16.57 | 16.97 | - |
| YUV | 103.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 112 | 0 | 0.76 | 0.46 | 0.19 | 336.15 | 0.61 | 0.5 |
| Hex | CE | 32 | 70 | 0 | 4C | 2E | 13 | 150 | 3D | 32 |
| Octal | 316 | 62 | 160 | 0 | 114 | 56 | 23 | 520 | 75 | 62 |
| Binary | 11001110 | 110010 | 1110000 | 0 | 1001100 | 101110 | 10011 | 101010000 | 111101 | 110010 |
Color Harmonies of #CE3270
Complementary color
Monochromatic Colors of #CE3270
Black with #CE3270
Text Example
Text Example
White with #CE3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3270; }
p { color: rgb(206,50,112); }
H1.HeaderClassName
{
color: #CE3270;
}
.AnyTagClassName
{
color: #CE3270;
}
</style>
background-color css
<style>
a { background-color: #CE3270; }
a { background-color: rgb(206,50,112); }
div.DivClassName
{
background-color: #CE3270;
}
.BgClassName
{
background-color: #CE3270;
}
</style>
border-color css
<style>
span { border-color: #CE3270; }
span { border-color: rgb(206,50,112); }
td.TdClassName
{
border-color: #CE3270;
}
.TagClassName
{
border-color: #CE3270;
}
</style>