Shades of Deep Cerise #CE3290
Tints of Deep Cerise #CE3290
RGB
CMYK
RGB Variations
Color information
#CE3290 (or 0xCE3290) is known color: Deep Cerise. HEX triplet: CE, 32 and 90. RGB value is (206,50,144). Sum of RGB (Red+Green+Blue) = 206+50+144=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3290 is #31CD6F. Grayscale: #6B6B6B. Windows color (decimal): -3263856 or 9450190. OLE color: 9450190.
HSL color Cylindrical-coordinate representation of color #CE3290: hue angle of 323.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 #CE3290 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 144 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.19 |
| HSL | 323.85º | 0.61% | 0.5% | - |
| HSV(B) | 323.85º | 0.76% | 0.81% | - |
| XYZ | 31.63 | 17.42 | 28.08 | - |
| YUV | 107.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 144 | 0 | 0.76 | 0.30 | 0.19 | 323.85 | 0.61 | 0.5 |
| Hex | CE | 32 | 90 | 0 | 4C | 1E | 13 | 144 | 3D | 32 |
| Octal | 316 | 62 | 220 | 0 | 114 | 36 | 23 | 504 | 75 | 62 |
| Binary | 11001110 | 110010 | 10010000 | 0 | 1001100 | 11110 | 10011 | 101000100 | 111101 | 110010 |
Color Harmonies of #CE3290
Complementary color
Monochromatic Colors of #CE3290
Black with #CE3290
Text Example
Text Example
White with #CE3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3290; }
p { color: rgb(206,50,144); }
H1.HeaderClassName
{
color: #CE3290;
}
.AnyTagClassName
{
color: #CE3290;
}
</style>
background-color css
<style>
a { background-color: #CE3290; }
a { background-color: rgb(206,50,144); }
div.DivClassName
{
background-color: #CE3290;
}
.BgClassName
{
background-color: #CE3290;
}
</style>
border-color css
<style>
span { border-color: #CE3290; }
span { border-color: rgb(206,50,144); }
td.TdClassName
{
border-color: #CE3290;
}
.TagClassName
{
border-color: #CE3290;
}
</style>