Shades of Cerise #CE3272
Tints of Cerise #CE3272
RGB
CMYK
RGB Variations
Color information
#CE3272 (or 0xCE3272) is known color: Cerise. HEX triplet: CE, 32 and 72. RGB value is (206,50,114). Sum of RGB (Red+Green+Blue) = 206+50+114=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3272 is #31CD8D. Grayscale: #676767. Windows color (decimal): -3263886 or 7484110. OLE color: 7484110.
HSL color Cylindrical-coordinate representation of color #CE3272: hue angle of 335.38º 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 #CE3272 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 114 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.19 |
| HSL | 335.38º | 0.61% | 0.5% | - |
| HSV(B) | 335.38º | 0.76% | 0.81% | - |
| XYZ | 29.63 | 16.62 | 17.57 | - |
| YUV | 103.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 114 | 0 | 0.76 | 0.45 | 0.19 | 335.38 | 0.61 | 0.5 |
| Hex | CE | 32 | 72 | 0 | 4C | 2D | 13 | 14F | 3D | 32 |
| Octal | 316 | 62 | 162 | 0 | 114 | 55 | 23 | 517 | 75 | 62 |
| Binary | 11001110 | 110010 | 1110010 | 0 | 1001100 | 101101 | 10011 | 101001111 | 111101 | 110010 |
Color Harmonies of #CE3272
Complementary color
Monochromatic Colors of #CE3272
Black with #CE3272
Text Example
Text Example
White with #CE3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3272; }
p { color: rgb(206,50,114); }
H1.HeaderClassName
{
color: #CE3272;
}
.AnyTagClassName
{
color: #CE3272;
}
</style>
background-color css
<style>
a { background-color: #CE3272; }
a { background-color: rgb(206,50,114); }
div.DivClassName
{
background-color: #CE3272;
}
.BgClassName
{
background-color: #CE3272;
}
</style>
border-color css
<style>
span { border-color: #CE3272; }
span { border-color: rgb(206,50,114); }
td.TdClassName
{
border-color: #CE3272;
}
.TagClassName
{
border-color: #CE3272;
}
</style>