Shades of Deep Cerise #CE317E
Tints of Deep Cerise #CE317E
RGB
CMYK
RGB Variations
Color information
#CE317E (or 0xCE317E) is known color: Deep Cerise. HEX triplet: CE, 31 and 7E. RGB value is (206,49,126). Sum of RGB (Red+Green+Blue) = 206+49+126=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE317E is #31CE81. Grayscale: #686868. Windows color (decimal): -3264130 or 8270286. OLE color: 8270286.
HSL color Cylindrical-coordinate representation of color #CE317E: hue angle of 330.57º degrees, saturation: 0.62, 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 #CE317E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 126 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.19 |
| HSL | 330.57º | 0.62% | 0.5% | - |
| HSV(B) | 330.57º | 0.76% | 0.81% | - |
| XYZ | 30.32 | 16.82 | 21.39 | - |
| YUV | 104.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 126 | 0 | 0.76 | 0.39 | 0.19 | 330.57 | 0.62 | 0.5 |
| Hex | CE | 31 | 7E | 0 | 4C | 27 | 13 | 14B | 3E | 32 |
| Octal | 316 | 61 | 176 | 0 | 114 | 47 | 23 | 513 | 76 | 62 |
| Binary | 11001110 | 110001 | 1111110 | 0 | 1001100 | 100111 | 10011 | 101001011 | 111110 | 110010 |
Color Harmonies of #CE317E
Complementary color
Monochromatic Colors of #CE317E
Black with #CE317E
Text Example
Text Example
White with #CE317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE317E; }
p { color: rgb(206,49,126); }
H1.HeaderClassName
{
color: #CE317E;
}
.AnyTagClassName
{
color: #CE317E;
}
</style>
background-color css
<style>
a { background-color: #CE317E; }
a { background-color: rgb(206,49,126); }
div.DivClassName
{
background-color: #CE317E;
}
.BgClassName
{
background-color: #CE317E;
}
</style>
border-color css
<style>
span { border-color: #CE317E; }
span { border-color: rgb(206,49,126); }
td.TdClassName
{
border-color: #CE317E;
}
.TagClassName
{
border-color: #CE317E;
}
</style>