Shades of Deep Cerise #CE3A90
Tints of Deep Cerise #CE3A90
RGB
CMYK
RGB Variations
Color information
#CE3A90 (or 0xCE3A90) is known color: Deep Cerise. HEX triplet: CE, 3A and 90. RGB value is (206,58,144). Sum of RGB (Red+Green+Blue) = 206+58+144=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A90 is #31C56F. Grayscale: #6F6F6F. Windows color (decimal): -3261808 or 9452238. OLE color: 9452238.
HSL color Cylindrical-coordinate representation of color #CE3A90: hue angle of 325.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A90 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 144 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.19 |
| HSL | 325.14º | 0.6% | 0.52% | - |
| HSV(B) | 325.14º | 0.72% | 0.81% | - |
| XYZ | 32 | 18.16 | 28.2 | - |
| YUV | 112.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 144 | 0 | 0.72 | 0.30 | 0.19 | 325.14 | 0.6 | 0.52 |
| Hex | CE | 3A | 90 | 0 | 48 | 1E | 13 | 145 | 3C | 34 |
| Octal | 316 | 72 | 220 | 0 | 110 | 36 | 23 | 505 | 74 | 64 |
| Binary | 11001110 | 111010 | 10010000 | 0 | 1001000 | 11110 | 10011 | 101000101 | 111100 | 110100 |
Color Harmonies of #CE3A90
Complementary color
Monochromatic Colors of #CE3A90
Black with #CE3A90
Text Example
Text Example
White with #CE3A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A90; }
p { color: rgb(206,58,144); }
H1.HeaderClassName
{
color: #CE3A90;
}
.AnyTagClassName
{
color: #CE3A90;
}
</style>
background-color css
<style>
a { background-color: #CE3A90; }
a { background-color: rgb(206,58,144); }
div.DivClassName
{
background-color: #CE3A90;
}
.BgClassName
{
background-color: #CE3A90;
}
</style>
border-color css
<style>
span { border-color: #CE3A90; }
span { border-color: rgb(206,58,144); }
td.TdClassName
{
border-color: #CE3A90;
}
.TagClassName
{
border-color: #CE3A90;
}
</style>