Shades of Cerise #CE3561
Tints of Cerise #CE3561
RGB
CMYK
RGB Variations
Color information
#CE3561 (or 0xCE3561) is known color: Cerise. HEX triplet: CE, 35 and 61. RGB value is (206,53,97). Sum of RGB (Red+Green+Blue) = 206+53+97=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3561 is #31CA9E. Grayscale: #676767. Windows color (decimal): -3263135 or 6370766. OLE color: 6370766.
HSL color Cylindrical-coordinate representation of color #CE3561: hue angle of 342.75º 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 #CE3561 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 97 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.19 |
| HSL | 342.75º | 0.61% | 0.51% | - |
| HSV(B) | 342.75º | 0.74% | 0.81% | - |
| XYZ | 28.88 | 16.53 | 12.98 | - |
| YUV | 103.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 97 | 0 | 0.74 | 0.53 | 0.19 | 342.75 | 0.61 | 0.51 |
| Hex | CE | 35 | 61 | 0 | 4A | 35 | 13 | 157 | 3D | 33 |
| Octal | 316 | 65 | 141 | 0 | 112 | 65 | 23 | 527 | 75 | 63 |
| Binary | 11001110 | 110101 | 1100001 | 0 | 1001010 | 110101 | 10011 | 101010111 | 111101 | 110011 |
Color Harmonies of #CE3561
Complementary color
Monochromatic Colors of #CE3561
Black with #CE3561
Text Example
Text Example
White with #CE3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3561; }
p { color: rgb(206,53,97); }
H1.HeaderClassName
{
color: #CE3561;
}
.AnyTagClassName
{
color: #CE3561;
}
</style>
background-color css
<style>
a { background-color: #CE3561; }
a { background-color: rgb(206,53,97); }
div.DivClassName
{
background-color: #CE3561;
}
.BgClassName
{
background-color: #CE3561;
}
</style>
border-color css
<style>
span { border-color: #CE3561; }
span { border-color: rgb(206,53,97); }
td.TdClassName
{
border-color: #CE3561;
}
.TagClassName
{
border-color: #CE3561;
}
</style>