Shades of Cerise #CE3363
Tints of Cerise #CE3363
RGB
CMYK
RGB Variations
Color information
#CE3363 (or 0xCE3363) is known color: Cerise. HEX triplet: CE, 33 and 63. RGB value is (206,51,99). Sum of RGB (Red+Green+Blue) = 206+51+99=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3363 is #31CC9C. Grayscale: #666666. Windows color (decimal): -3263645 or 6501326. OLE color: 6501326.
HSL color Cylindrical-coordinate representation of color #CE3363: hue angle of 341.42º 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 #CE3363 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 99 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.19 |
| HSL | 341.42º | 0.61% | 0.5% | - |
| HSV(B) | 341.42º | 0.75% | 0.81% | - |
| XYZ | 28.89 | 16.39 | 13.45 | - |
| YUV | 102.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 99 | 0 | 0.75 | 0.52 | 0.19 | 341.42 | 0.61 | 0.5 |
| Hex | CE | 33 | 63 | 0 | 4B | 34 | 13 | 155 | 3D | 32 |
| Octal | 316 | 63 | 143 | 0 | 113 | 64 | 23 | 525 | 75 | 62 |
| Binary | 11001110 | 110011 | 1100011 | 0 | 1001011 | 110100 | 10011 | 101010101 | 111101 | 110010 |
Color Harmonies of #CE3363
Complementary color
Monochromatic Colors of #CE3363
Black with #CE3363
Text Example
Text Example
White with #CE3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3363; }
p { color: rgb(206,51,99); }
H1.HeaderClassName
{
color: #CE3363;
}
.AnyTagClassName
{
color: #CE3363;
}
</style>
background-color css
<style>
a { background-color: #CE3363; }
a { background-color: rgb(206,51,99); }
div.DivClassName
{
background-color: #CE3363;
}
.BgClassName
{
background-color: #CE3363;
}
</style>
border-color css
<style>
span { border-color: #CE3363; }
span { border-color: rgb(206,51,99); }
td.TdClassName
{
border-color: #CE3363;
}
.TagClassName
{
border-color: #CE3363;
}
</style>