Shades of Deep Cerise #CE32A3
Tints of Deep Cerise #CE32A3
RGB
CMYK
RGB Variations
Color information
#CE32A3 (or 0xCE32A3) is known color: Deep Cerise. HEX triplet: CE, 32 and A3. RGB value is (206,50,163). Sum of RGB (Red+Green+Blue) = 206+50+163=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32A3 is #31CD5C. Grayscale: #6D6D6D. Windows color (decimal): -3263837 or 10695374. OLE color: 10695374.
HSL color Cylindrical-coordinate representation of color #CE32A3: hue angle of 316.54º 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 #CE32A3 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 163 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.19 |
| HSL | 316.54º | 0.61% | 0.5% | - |
| HSV(B) | 316.54º | 0.76% | 0.81% | - |
| XYZ | 33.21 | 18.05 | 36.38 | - |
| YUV | 109.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 163 | 0 | 0.76 | 0.21 | 0.19 | 316.54 | 0.61 | 0.5 |
| Hex | CE | 32 | A3 | 0 | 4C | 15 | 13 | 13D | 3D | 32 |
| Octal | 316 | 62 | 243 | 0 | 114 | 25 | 23 | 475 | 75 | 62 |
| Binary | 11001110 | 110010 | 10100011 | 0 | 1001100 | 10101 | 10011 | 100111101 | 111101 | 110010 |
Color Harmonies of #CE32A3
Complementary color
Monochromatic Colors of #CE32A3
Black with #CE32A3
Text Example
Text Example
White with #CE32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32A3; }
p { color: rgb(206,50,163); }
H1.HeaderClassName
{
color: #CE32A3;
}
.AnyTagClassName
{
color: #CE32A3;
}
</style>
background-color css
<style>
a { background-color: #CE32A3; }
a { background-color: rgb(206,50,163); }
div.DivClassName
{
background-color: #CE32A3;
}
.BgClassName
{
background-color: #CE32A3;
}
</style>
border-color css
<style>
span { border-color: #CE32A3; }
span { border-color: rgb(206,50,163); }
td.TdClassName
{
border-color: #CE32A3;
}
.TagClassName
{
border-color: #CE32A3;
}
</style>