Shades of Cerise #CE2467
Tints of Cerise #CE2467
RGB
CMYK
RGB Variations
Color information
#CE2467 (or 0xCE2467) is known color: Cerise. HEX triplet: CE, 24 and 67. RGB value is (206,36,103). Sum of RGB (Red+Green+Blue) = 206+36+103=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2467 is #31DB98. Grayscale: #5E5E5E. Windows color (decimal): -3267481 or 6759630. OLE color: 6759630.
HSL color Cylindrical-coordinate representation of color #CE2467: hue angle of 336.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2467 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 103 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.19 |
| HSL | 336.35º | 0.7% | 0.47% | - |
| HSV(B) | 336.35º | 0.83% | 0.81% | - |
| XYZ | 28.53 | 15.36 | 14.29 | - |
| YUV | 94.47 | 132.82 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 103 | 0 | 0.83 | 0.50 | 0.19 | 336.35 | 0.7 | 0.47 |
| Hex | CE | 24 | 67 | 0 | 53 | 32 | 13 | 150 | 46 | 2F |
| Octal | 316 | 44 | 147 | 0 | 123 | 62 | 23 | 520 | 106 | 57 |
| Binary | 11001110 | 100100 | 1100111 | 0 | 1010011 | 110010 | 10011 | 101010000 | 1000110 | 101111 |
Color Harmonies of #CE2467
Complementary color
Monochromatic Colors of #CE2467
Black with #CE2467
Text Example
Text Example
White with #CE2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2467; }
p { color: rgb(206,36,103); }
H1.HeaderClassName
{
color: #CE2467;
}
.AnyTagClassName
{
color: #CE2467;
}
</style>
background-color css
<style>
a { background-color: #CE2467; }
a { background-color: rgb(206,36,103); }
div.DivClassName
{
background-color: #CE2467;
}
.BgClassName
{
background-color: #CE2467;
}
</style>
border-color css
<style>
span { border-color: #CE2467; }
span { border-color: rgb(206,36,103); }
td.TdClassName
{
border-color: #CE2467;
}
.TagClassName
{
border-color: #CE2467;
}
</style>