Shades of Cerise #CE325C
Tints of Cerise #CE325C
RGB
CMYK
RGB Variations
Color information
#CE325C (or 0xCE325C) is known color: Cerise. HEX triplet: CE, 32 and 5C. RGB value is (206,50,92). Sum of RGB (Red+Green+Blue) = 206+50+92=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE325C is #31CDA3. Grayscale: #656565. Windows color (decimal): -3263908 or 6042318. OLE color: 6042318.
HSL color Cylindrical-coordinate representation of color #CE325C: hue angle of 343.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE325C is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 92 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.19 |
| HSL | 343.85º | 0.61% | 0.5% | - |
| HSV(B) | 343.85º | 0.76% | 0.81% | - |
| XYZ | 28.53 | 16.18 | 11.74 | - |
| YUV | 101.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 92 | 0 | 0.76 | 0.55 | 0.19 | 343.85 | 0.61 | 0.5 |
| Hex | CE | 32 | 5C | 0 | 4C | 37 | 13 | 158 | 3D | 32 |
| Octal | 316 | 62 | 134 | 0 | 114 | 67 | 23 | 530 | 75 | 62 |
| Binary | 11001110 | 110010 | 1011100 | 0 | 1001100 | 110111 | 10011 | 101011000 | 111101 | 110010 |
Color Harmonies of #CE325C
Complementary color
Monochromatic Colors of #CE325C
Black with #CE325C
Text Example
Text Example
White with #CE325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE325C; }
p { color: rgb(206,50,92); }
H1.HeaderClassName
{
color: #CE325C;
}
.AnyTagClassName
{
color: #CE325C;
}
</style>
background-color css
<style>
a { background-color: #CE325C; }
a { background-color: rgb(206,50,92); }
div.DivClassName
{
background-color: #CE325C;
}
.BgClassName
{
background-color: #CE325C;
}
</style>
border-color css
<style>
span { border-color: #CE325C; }
span { border-color: rgb(206,50,92); }
td.TdClassName
{
border-color: #CE325C;
}
.TagClassName
{
border-color: #CE325C;
}
</style>