Shades of Cerise #CE356B
Tints of Cerise #CE356B
RGB
CMYK
RGB Variations
Color information
#CE356B (or 0xCE356B) is known color: Cerise. HEX triplet: CE, 35 and 6B. RGB value is (206,53,107). Sum of RGB (Red+Green+Blue) = 206+53+107=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE356B is #31CA94. Grayscale: #686868. Windows color (decimal): -3263125 or 7026126. OLE color: 7026126.
HSL color Cylindrical-coordinate representation of color #CE356B: hue angle of 338.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE356B is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 107 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.19 |
| HSL | 338.82º | 0.61% | 0.51% | - |
| HSV(B) | 338.82º | 0.74% | 0.81% | - |
| XYZ | 29.38 | 16.73 | 15.59 | - |
| YUV | 104.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 107 | 0 | 0.74 | 0.48 | 0.19 | 338.82 | 0.61 | 0.51 |
| Hex | CE | 35 | 6B | 0 | 4A | 30 | 13 | 153 | 3D | 33 |
| Octal | 316 | 65 | 153 | 0 | 112 | 60 | 23 | 523 | 75 | 63 |
| Binary | 11001110 | 110101 | 1101011 | 0 | 1001010 | 110000 | 10011 | 101010011 | 111101 | 110011 |
Color Harmonies of #CE356B
Complementary color
Monochromatic Colors of #CE356B
Black with #CE356B
Text Example
Text Example
White with #CE356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE356B; }
p { color: rgb(206,53,107); }
H1.HeaderClassName
{
color: #CE356B;
}
.AnyTagClassName
{
color: #CE356B;
}
</style>
background-color css
<style>
a { background-color: #CE356B; }
a { background-color: rgb(206,53,107); }
div.DivClassName
{
background-color: #CE356B;
}
.BgClassName
{
background-color: #CE356B;
}
</style>
border-color css
<style>
span { border-color: #CE356B; }
span { border-color: rgb(206,53,107); }
td.TdClassName
{
border-color: #CE356B;
}
.TagClassName
{
border-color: #CE356B;
}
</style>