Shades of Deep Cerise #CE337A
Tints of Deep Cerise #CE337A
RGB
CMYK
RGB Variations
Color information
#CE337A (or 0xCE337A) is known color: Deep Cerise. HEX triplet: CE, 33 and 7A. RGB value is (206,51,122). Sum of RGB (Red+Green+Blue) = 206+51+122=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE337A is #31CC85. Grayscale: #696969. Windows color (decimal): -3263622 or 8008654. OLE color: 8008654.
HSL color Cylindrical-coordinate representation of color #CE337A: hue angle of 332.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE337A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 122 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.19 |
| HSL | 332.52º | 0.61% | 0.5% | - |
| HSV(B) | 332.52º | 0.75% | 0.81% | - |
| XYZ | 30.15 | 16.89 | 20.08 | - |
| YUV | 105.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 122 | 0 | 0.75 | 0.41 | 0.19 | 332.52 | 0.61 | 0.5 |
| Hex | CE | 33 | 7A | 0 | 4B | 29 | 13 | 14D | 3D | 32 |
| Octal | 316 | 63 | 172 | 0 | 113 | 51 | 23 | 515 | 75 | 62 |
| Binary | 11001110 | 110011 | 1111010 | 0 | 1001011 | 101001 | 10011 | 101001101 | 111101 | 110010 |
Color Harmonies of #CE337A
Complementary color
Monochromatic Colors of #CE337A
Black with #CE337A
Text Example
Text Example
White with #CE337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE337A; }
p { color: rgb(206,51,122); }
H1.HeaderClassName
{
color: #CE337A;
}
.AnyTagClassName
{
color: #CE337A;
}
</style>
background-color css
<style>
a { background-color: #CE337A; }
a { background-color: rgb(206,51,122); }
div.DivClassName
{
background-color: #CE337A;
}
.BgClassName
{
background-color: #CE337A;
}
</style>
border-color css
<style>
span { border-color: #CE337A; }
span { border-color: rgb(206,51,122); }
td.TdClassName
{
border-color: #CE337A;
}
.TagClassName
{
border-color: #CE337A;
}
</style>