Shades of Cerise #CE3263
Tints of Cerise #CE3263
RGB
CMYK
RGB Variations
Color information
#CE3263 (or 0xCE3263) is known color: Cerise. HEX triplet: CE, 32 and 63. RGB value is (206,50,99). Sum of RGB (Red+Green+Blue) = 206+50+99=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3263 is #31CD9C. Grayscale: #666666. Windows color (decimal): -3263901 or 6501070. OLE color: 6501070.
HSL color Cylindrical-coordinate representation of color #CE3263: hue angle of 341.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 #CE3263 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 99 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.19 |
| HSL | 341.15º | 0.61% | 0.5% | - |
| HSV(B) | 341.15º | 0.76% | 0.81% | - |
| XYZ | 28.85 | 16.3 | 13.43 | - |
| YUV | 102.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 99 | 0 | 0.76 | 0.52 | 0.19 | 341.15 | 0.61 | 0.5 |
| Hex | CE | 32 | 63 | 0 | 4C | 34 | 13 | 155 | 3D | 32 |
| Octal | 316 | 62 | 143 | 0 | 114 | 64 | 23 | 525 | 75 | 62 |
| Binary | 11001110 | 110010 | 1100011 | 0 | 1001100 | 110100 | 10011 | 101010101 | 111101 | 110010 |
Color Harmonies of #CE3263
Complementary color
Monochromatic Colors of #CE3263
Black with #CE3263
Text Example
Text Example
White with #CE3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3263; }
p { color: rgb(206,50,99); }
H1.HeaderClassName
{
color: #CE3263;
}
.AnyTagClassName
{
color: #CE3263;
}
</style>
background-color css
<style>
a { background-color: #CE3263; }
a { background-color: rgb(206,50,99); }
div.DivClassName
{
background-color: #CE3263;
}
.BgClassName
{
background-color: #CE3263;
}
</style>
border-color css
<style>
span { border-color: #CE3263; }
span { border-color: rgb(206,50,99); }
td.TdClassName
{
border-color: #CE3263;
}
.TagClassName
{
border-color: #CE3263;
}
</style>