Shades of Deep Cerise #CE328C
Tints of Deep Cerise #CE328C
RGB
CMYK
RGB Variations
Color information
#CE328C (or 0xCE328C) is known color: Deep Cerise. HEX triplet: CE, 32 and 8C. RGB value is (206,50,140). Sum of RGB (Red+Green+Blue) = 206+50+140=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE328C is #31CD73. Grayscale: #6A6A6A. Windows color (decimal): -3263860 or 9188046. OLE color: 9188046.
HSL color Cylindrical-coordinate representation of color #CE328C: hue angle of 325.38º 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 #CE328C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 140 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.19 |
| HSL | 325.38º | 0.61% | 0.5% | - |
| HSV(B) | 325.38º | 0.76% | 0.81% | - |
| XYZ | 31.33 | 17.3 | 26.5 | - |
| YUV | 106.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 140 | 0 | 0.76 | 0.32 | 0.19 | 325.38 | 0.61 | 0.5 |
| Hex | CE | 32 | 8C | 0 | 4C | 20 | 13 | 145 | 3D | 32 |
| Octal | 316 | 62 | 214 | 0 | 114 | 40 | 23 | 505 | 75 | 62 |
| Binary | 11001110 | 110010 | 10001100 | 0 | 1001100 | 100000 | 10011 | 101000101 | 111101 | 110010 |
Color Harmonies of #CE328C
Complementary color
Monochromatic Colors of #CE328C
Black with #CE328C
Text Example
Text Example
White with #CE328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE328C; }
p { color: rgb(206,50,140); }
H1.HeaderClassName
{
color: #CE328C;
}
.AnyTagClassName
{
color: #CE328C;
}
</style>
background-color css
<style>
a { background-color: #CE328C; }
a { background-color: rgb(206,50,140); }
div.DivClassName
{
background-color: #CE328C;
}
.BgClassName
{
background-color: #CE328C;
}
</style>
border-color css
<style>
span { border-color: #CE328C; }
span { border-color: rgb(206,50,140); }
td.TdClassName
{
border-color: #CE328C;
}
.TagClassName
{
border-color: #CE328C;
}
</style>