Shades of Cerise #CE3364
Tints of Cerise #CE3364
RGB
CMYK
RGB Variations
Color information
#CE3364 (or 0xCE3364) is known color: Cerise. HEX triplet: CE, 33 and 64. RGB value is (206,51,100). Sum of RGB (Red+Green+Blue) = 206+51+100=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3364 is #31CC9B. Grayscale: #666666. Windows color (decimal): -3263644 or 6566862. OLE color: 6566862.
HSL color Cylindrical-coordinate representation of color #CE3364: hue angle of 341.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3364 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 100 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.19 |
| HSL | 341.03º | 0.61% | 0.5% | - |
| HSV(B) | 341.03º | 0.75% | 0.81% | - |
| XYZ | 28.94 | 16.41 | 13.7 | - |
| YUV | 102.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 100 | 0 | 0.75 | 0.51 | 0.19 | 341.03 | 0.61 | 0.5 |
| Hex | CE | 33 | 64 | 0 | 4B | 33 | 13 | 155 | 3D | 32 |
| Octal | 316 | 63 | 144 | 0 | 113 | 63 | 23 | 525 | 75 | 62 |
| Binary | 11001110 | 110011 | 1100100 | 0 | 1001011 | 110011 | 10011 | 101010101 | 111101 | 110010 |
Color Harmonies of #CE3364
Complementary color
Monochromatic Colors of #CE3364
Black with #CE3364
Text Example
Text Example
White with #CE3364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3364; }
p { color: rgb(206,51,100); }
H1.HeaderClassName
{
color: #CE3364;
}
.AnyTagClassName
{
color: #CE3364;
}
</style>
background-color css
<style>
a { background-color: #CE3364; }
a { background-color: rgb(206,51,100); }
div.DivClassName
{
background-color: #CE3364;
}
.BgClassName
{
background-color: #CE3364;
}
</style>
border-color css
<style>
span { border-color: #CE3364; }
span { border-color: rgb(206,51,100); }
td.TdClassName
{
border-color: #CE3364;
}
.TagClassName
{
border-color: #CE3364;
}
</style>