Shades of Cerise #CE345F
Tints of Cerise #CE345F
RGB
CMYK
RGB Variations
Color information
#CE345F (or 0xCE345F) is known color: Cerise. HEX triplet: CE, 34 and 5F. RGB value is (206,52,95). Sum of RGB (Red+Green+Blue) = 206+52+95=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE345F is #31CBA0. Grayscale: #666666. Windows color (decimal): -3263393 or 6239438. OLE color: 6239438.
HSL color Cylindrical-coordinate representation of color #CE345F: hue angle of 343.25º 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 #CE345F is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 95 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.19 |
| HSL | 343.25º | 0.61% | 0.51% | - |
| HSV(B) | 343.25º | 0.75% | 0.81% | - |
| XYZ | 28.75 | 16.4 | 12.48 | - |
| YUV | 102.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 95 | 0 | 0.75 | 0.54 | 0.19 | 343.25 | 0.61 | 0.51 |
| Hex | CE | 34 | 5F | 0 | 4B | 36 | 13 | 157 | 3D | 33 |
| Octal | 316 | 64 | 137 | 0 | 113 | 66 | 23 | 527 | 75 | 63 |
| Binary | 11001110 | 110100 | 1011111 | 0 | 1001011 | 110110 | 10011 | 101010111 | 111101 | 110011 |
Color Harmonies of #CE345F
Complementary color
Monochromatic Colors of #CE345F
Black with #CE345F
Text Example
Text Example
White with #CE345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE345F; }
p { color: rgb(206,52,95); }
H1.HeaderClassName
{
color: #CE345F;
}
.AnyTagClassName
{
color: #CE345F;
}
</style>
background-color css
<style>
a { background-color: #CE345F; }
a { background-color: rgb(206,52,95); }
div.DivClassName
{
background-color: #CE345F;
}
.BgClassName
{
background-color: #CE345F;
}
</style>
border-color css
<style>
span { border-color: #CE345F; }
span { border-color: rgb(206,52,95); }
td.TdClassName
{
border-color: #CE345F;
}
.TagClassName
{
border-color: #CE345F;
}
</style>