Shades of Cerise #CE305D
Tints of Cerise #CE305D
RGB
CMYK
RGB Variations
Color information
#CE305D (or 0xCE305D) is known color: Cerise. HEX triplet: CE, 30 and 5D. RGB value is (206,48,93). Sum of RGB (Red+Green+Blue) = 206+48+93=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE305D is #31CFA2. Grayscale: #646464. Windows color (decimal): -3264419 or 6107342. OLE color: 6107342.
HSL color Cylindrical-coordinate representation of color #CE305D: hue angle of 342.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE305D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 93 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.19 |
| HSL | 342.91º | 0.62% | 0.5% | - |
| HSV(B) | 342.91º | 0.77% | 0.81% | - |
| XYZ | 28.49 | 16.03 | 11.95 | - |
| YUV | 100.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 93 | 0 | 0.77 | 0.55 | 0.19 | 342.91 | 0.62 | 0.5 |
| Hex | CE | 30 | 5D | 0 | 4D | 37 | 13 | 157 | 3E | 32 |
| Octal | 316 | 60 | 135 | 0 | 115 | 67 | 23 | 527 | 76 | 62 |
| Binary | 11001110 | 110000 | 1011101 | 0 | 1001101 | 110111 | 10011 | 101010111 | 111110 | 110010 |
Color Harmonies of #CE305D
Complementary color
Monochromatic Colors of #CE305D
Black with #CE305D
Text Example
Text Example
White with #CE305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE305D; }
p { color: rgb(206,48,93); }
H1.HeaderClassName
{
color: #CE305D;
}
.AnyTagClassName
{
color: #CE305D;
}
</style>
background-color css
<style>
a { background-color: #CE305D; }
a { background-color: rgb(206,48,93); }
div.DivClassName
{
background-color: #CE305D;
}
.BgClassName
{
background-color: #CE305D;
}
</style>
border-color css
<style>
span { border-color: #CE305D; }
span { border-color: rgb(206,48,93); }
td.TdClassName
{
border-color: #CE305D;
}
.TagClassName
{
border-color: #CE305D;
}
</style>