Shades of Cerise #CE306F
Tints of Cerise #CE306F
RGB
CMYK
RGB Variations
Color information
#CE306F (or 0xCE306F) is known color: Cerise. HEX triplet: CE, 30 and 6F. RGB value is (206,48,111). Sum of RGB (Red+Green+Blue) = 206+48+111=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE306F is #31CF90. Grayscale: #666666. Windows color (decimal): -3264401 or 7286990. OLE color: 7286990.
HSL color Cylindrical-coordinate representation of color #CE306F: hue angle of 336.08º 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 #CE306F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 111 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.19 |
| HSL | 336.08º | 0.62% | 0.5% | - |
| HSV(B) | 336.08º | 0.77% | 0.81% | - |
| XYZ | 29.38 | 16.38 | 16.65 | - |
| YUV | 102.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 111 | 0 | 0.77 | 0.46 | 0.19 | 336.08 | 0.62 | 0.5 |
| Hex | CE | 30 | 6F | 0 | 4D | 2E | 13 | 150 | 3E | 32 |
| Octal | 316 | 60 | 157 | 0 | 115 | 56 | 23 | 520 | 76 | 62 |
| Binary | 11001110 | 110000 | 1101111 | 0 | 1001101 | 101110 | 10011 | 101010000 | 111110 | 110010 |
Color Harmonies of #CE306F
Complementary color
Monochromatic Colors of #CE306F
Black with #CE306F
Text Example
Text Example
White with #CE306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE306F; }
p { color: rgb(206,48,111); }
H1.HeaderClassName
{
color: #CE306F;
}
.AnyTagClassName
{
color: #CE306F;
}
</style>
background-color css
<style>
a { background-color: #CE306F; }
a { background-color: rgb(206,48,111); }
div.DivClassName
{
background-color: #CE306F;
}
.BgClassName
{
background-color: #CE306F;
}
</style>
border-color css
<style>
span { border-color: #CE306F; }
span { border-color: rgb(206,48,111); }
td.TdClassName
{
border-color: #CE306F;
}
.TagClassName
{
border-color: #CE306F;
}
</style>