Shades of Deep Cerise #CE32A6
Tints of Deep Cerise #CE32A6
RGB
CMYK
RGB Variations
Color information
#CE32A6 (or 0xCE32A6) is known color: Deep Cerise. HEX triplet: CE, 32 and A6. RGB value is (206,50,166). Sum of RGB (Red+Green+Blue) = 206+50+166=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32A6 is #31CD59. Grayscale: #6D6D6D. Windows color (decimal): -3263834 or 10891982. OLE color: 10891982.
HSL color Cylindrical-coordinate representation of color #CE32A6: hue angle of 315.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 #CE32A6 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 166 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.19 |
| HSL | 315.38º | 0.61% | 0.5% | - |
| HSV(B) | 315.38º | 0.76% | 0.81% | - |
| XYZ | 33.48 | 18.16 | 37.82 | - |
| YUV | 109.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 166 | 0 | 0.76 | 0.19 | 0.19 | 315.38 | 0.61 | 0.5 |
| Hex | CE | 32 | A6 | 0 | 4C | 13 | 13 | 13B | 3D | 32 |
| Octal | 316 | 62 | 246 | 0 | 114 | 23 | 23 | 473 | 75 | 62 |
| Binary | 11001110 | 110010 | 10100110 | 0 | 1001100 | 10011 | 10011 | 100111011 | 111101 | 110010 |
Color Harmonies of #CE32A6
Complementary color
Monochromatic Colors of #CE32A6
Black with #CE32A6
Text Example
Text Example
White with #CE32A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32A6; }
p { color: rgb(206,50,166); }
H1.HeaderClassName
{
color: #CE32A6;
}
.AnyTagClassName
{
color: #CE32A6;
}
</style>
background-color css
<style>
a { background-color: #CE32A6; }
a { background-color: rgb(206,50,166); }
div.DivClassName
{
background-color: #CE32A6;
}
.BgClassName
{
background-color: #CE32A6;
}
</style>
border-color css
<style>
span { border-color: #CE32A6; }
span { border-color: rgb(206,50,166); }
td.TdClassName
{
border-color: #CE32A6;
}
.TagClassName
{
border-color: #CE32A6;
}
</style>