Shades of Cerise #CE306D
Tints of Cerise #CE306D
RGB
CMYK
RGB Variations
Color information
#CE306D (or 0xCE306D) is known color: Cerise. HEX triplet: CE, 30 and 6D. RGB value is (206,48,109). Sum of RGB (Red+Green+Blue) = 206+48+109=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE306D is #31CF92. Grayscale: #666666. Windows color (decimal): -3264403 or 7155918. OLE color: 7155918.
HSL color Cylindrical-coordinate representation of color #CE306D: hue angle of 336.84º 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 #CE306D is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 109 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.19 |
| HSL | 336.84º | 0.62% | 0.5% | - |
| HSV(B) | 336.84º | 0.77% | 0.81% | - |
| XYZ | 29.27 | 16.34 | 16.08 | - |
| YUV | 102.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 109 | 0 | 0.77 | 0.47 | 0.19 | 336.84 | 0.62 | 0.5 |
| Hex | CE | 30 | 6D | 0 | 4D | 2F | 13 | 151 | 3E | 32 |
| Octal | 316 | 60 | 155 | 0 | 115 | 57 | 23 | 521 | 76 | 62 |
| Binary | 11001110 | 110000 | 1101101 | 0 | 1001101 | 101111 | 10011 | 101010001 | 111110 | 110010 |
Color Harmonies of #CE306D
Complementary color
Monochromatic Colors of #CE306D
Black with #CE306D
Text Example
Text Example
White with #CE306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE306D; }
p { color: rgb(206,48,109); }
H1.HeaderClassName
{
color: #CE306D;
}
.AnyTagClassName
{
color: #CE306D;
}
</style>
background-color css
<style>
a { background-color: #CE306D; }
a { background-color: rgb(206,48,109); }
div.DivClassName
{
background-color: #CE306D;
}
.BgClassName
{
background-color: #CE306D;
}
</style>
border-color css
<style>
span { border-color: #CE306D; }
span { border-color: rgb(206,48,109); }
td.TdClassName
{
border-color: #CE306D;
}
.TagClassName
{
border-color: #CE306D;
}
</style>