Shades of Cerise #CE3466
Tints of Cerise #CE3466
RGB
CMYK
RGB Variations
Color information
#CE3466 (or 0xCE3466) is known color: Cerise. HEX triplet: CE, 34 and 66. RGB value is (206,52,102). Sum of RGB (Red+Green+Blue) = 206+52+102=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3466 is #31CB99. Grayscale: #676767. Windows color (decimal): -3263386 or 6698190. OLE color: 6698190.
HSL color Cylindrical-coordinate representation of color #CE3466: hue angle of 340.52º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3466 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 102 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.19 |
| HSL | 340.52º | 0.61% | 0.51% | - |
| HSV(B) | 340.52º | 0.75% | 0.81% | - |
| XYZ | 29.08 | 16.54 | 14.23 | - |
| YUV | 103.75 | 127.02 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 102 | 0 | 0.75 | 0.50 | 0.19 | 340.52 | 0.61 | 0.51 |
| Hex | CE | 34 | 66 | 0 | 4B | 32 | 13 | 155 | 3D | 33 |
| Octal | 316 | 64 | 146 | 0 | 113 | 62 | 23 | 525 | 75 | 63 |
| Binary | 11001110 | 110100 | 1100110 | 0 | 1001011 | 110010 | 10011 | 101010101 | 111101 | 110011 |
Color Harmonies of #CE3466
Complementary color
Monochromatic Colors of #CE3466
Black with #CE3466
Text Example
Text Example
White with #CE3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3466; }
p { color: rgb(206,52,102); }
H1.HeaderClassName
{
color: #CE3466;
}
.AnyTagClassName
{
color: #CE3466;
}
</style>
background-color css
<style>
a { background-color: #CE3466; }
a { background-color: rgb(206,52,102); }
div.DivClassName
{
background-color: #CE3466;
}
.BgClassName
{
background-color: #CE3466;
}
</style>
border-color css
<style>
span { border-color: #CE3466; }
span { border-color: rgb(206,52,102); }
td.TdClassName
{
border-color: #CE3466;
}
.TagClassName
{
border-color: #CE3466;
}
</style>