Shades of Deep Cerise #CE327B
Tints of Deep Cerise #CE327B
RGB
CMYK
RGB Variations
Color information
#CE327B (or 0xCE327B) is known color: Deep Cerise. HEX triplet: CE, 32 and 7B. RGB value is (206,50,123). Sum of RGB (Red+Green+Blue) = 206+50+123=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE327B is #31CD84. Grayscale: #686868. Windows color (decimal): -3263877 or 8073934. OLE color: 8073934.
HSL color Cylindrical-coordinate representation of color #CE327B: hue angle of 331.92º 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 #CE327B is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 123 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.19 |
| HSL | 331.92º | 0.61% | 0.5% | - |
| HSV(B) | 331.92º | 0.76% | 0.81% | - |
| XYZ | 30.17 | 16.83 | 20.4 | - |
| YUV | 104.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 123 | 0 | 0.76 | 0.40 | 0.19 | 331.92 | 0.61 | 0.5 |
| Hex | CE | 32 | 7B | 0 | 4C | 28 | 13 | 14C | 3D | 32 |
| Octal | 316 | 62 | 173 | 0 | 114 | 50 | 23 | 514 | 75 | 62 |
| Binary | 11001110 | 110010 | 1111011 | 0 | 1001100 | 101000 | 10011 | 101001100 | 111101 | 110010 |
Color Harmonies of #CE327B
Complementary color
Monochromatic Colors of #CE327B
Black with #CE327B
Text Example
Text Example
White with #CE327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE327B; }
p { color: rgb(206,50,123); }
H1.HeaderClassName
{
color: #CE327B;
}
.AnyTagClassName
{
color: #CE327B;
}
</style>
background-color css
<style>
a { background-color: #CE327B; }
a { background-color: rgb(206,50,123); }
div.DivClassName
{
background-color: #CE327B;
}
.BgClassName
{
background-color: #CE327B;
}
</style>
border-color css
<style>
span { border-color: #CE327B; }
span { border-color: rgb(206,50,123); }
td.TdClassName
{
border-color: #CE327B;
}
.TagClassName
{
border-color: #CE327B;
}
</style>