Shades of Deep Cerise #CE367A
Tints of Deep Cerise #CE367A
RGB
CMYK
RGB Variations
Color information
#CE367A (or 0xCE367A) is known color: Deep Cerise. HEX triplet: CE, 36 and 7A. RGB value is (206,54,122). Sum of RGB (Red+Green+Blue) = 206+54+122=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE367A is #31C985. Grayscale: #6B6B6B. Windows color (decimal): -3262854 or 8009422. OLE color: 8009422.
HSL color Cylindrical-coordinate representation of color #CE367A: hue angle of 333.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE367A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 122 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.19 |
| HSL | 333.16º | 0.61% | 0.51% | - |
| HSV(B) | 333.16º | 0.74% | 0.81% | - |
| XYZ | 30.29 | 17.17 | 20.13 | - |
| YUV | 107.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 122 | 0 | 0.74 | 0.41 | 0.19 | 333.16 | 0.61 | 0.51 |
| Hex | CE | 36 | 7A | 0 | 4A | 29 | 13 | 14D | 3D | 33 |
| Octal | 316 | 66 | 172 | 0 | 112 | 51 | 23 | 515 | 75 | 63 |
| Binary | 11001110 | 110110 | 1111010 | 0 | 1001010 | 101001 | 10011 | 101001101 | 111101 | 110011 |
Color Harmonies of #CE367A
Complementary color
Monochromatic Colors of #CE367A
Black with #CE367A
Text Example
Text Example
White with #CE367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE367A; }
p { color: rgb(206,54,122); }
H1.HeaderClassName
{
color: #CE367A;
}
.AnyTagClassName
{
color: #CE367A;
}
</style>
background-color css
<style>
a { background-color: #CE367A; }
a { background-color: rgb(206,54,122); }
div.DivClassName
{
background-color: #CE367A;
}
.BgClassName
{
background-color: #CE367A;
}
</style>
border-color css
<style>
span { border-color: #CE367A; }
span { border-color: rgb(206,54,122); }
td.TdClassName
{
border-color: #CE367A;
}
.TagClassName
{
border-color: #CE367A;
}
</style>