Shades of Cerise #CE3A62
Tints of Cerise #CE3A62
RGB
CMYK
RGB Variations
Color information
#CE3A62 (or 0xCE3A62) is known color: Cerise. HEX triplet: CE, 3A and 62. RGB value is (206,58,98). Sum of RGB (Red+Green+Blue) = 206+58+98=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A62 is #31C59D. Grayscale: #6A6A6A. Windows color (decimal): -3261854 or 6437582. OLE color: 6437582.
HSL color Cylindrical-coordinate representation of color #CE3A62: hue angle of 343.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A62 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 98 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.19 |
| HSL | 343.78º | 0.6% | 0.52% | - |
| HSV(B) | 343.78º | 0.72% | 0.81% | - |
| XYZ | 29.17 | 17.03 | 13.3 | - |
| YUV | 106.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 98 | 0 | 0.72 | 0.52 | 0.19 | 343.78 | 0.6 | 0.52 |
| Hex | CE | 3A | 62 | 0 | 48 | 34 | 13 | 158 | 3C | 34 |
| Octal | 316 | 72 | 142 | 0 | 110 | 64 | 23 | 530 | 74 | 64 |
| Binary | 11001110 | 111010 | 1100010 | 0 | 1001000 | 110100 | 10011 | 101011000 | 111100 | 110100 |
Color Harmonies of #CE3A62
Complementary color
Monochromatic Colors of #CE3A62
Black with #CE3A62
Text Example
Text Example
White with #CE3A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A62; }
p { color: rgb(206,58,98); }
H1.HeaderClassName
{
color: #CE3A62;
}
.AnyTagClassName
{
color: #CE3A62;
}
</style>
background-color css
<style>
a { background-color: #CE3A62; }
a { background-color: rgb(206,58,98); }
div.DivClassName
{
background-color: #CE3A62;
}
.BgClassName
{
background-color: #CE3A62;
}
</style>
border-color css
<style>
span { border-color: #CE3A62; }
span { border-color: rgb(206,58,98); }
td.TdClassName
{
border-color: #CE3A62;
}
.TagClassName
{
border-color: #CE3A62;
}
</style>