Shades of Deep Cerise #CE3A7E
Tints of Deep Cerise #CE3A7E
RGB
CMYK
RGB Variations
Color information
#CE3A7E (or 0xCE3A7E) is known color: Deep Cerise. HEX triplet: CE, 3A and 7E. RGB value is (206,58,126). Sum of RGB (Red+Green+Blue) = 206+58+126=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A7E is #31C581. Grayscale: #6D6D6D. Windows color (decimal): -3261826 or 8272590. OLE color: 8272590.
HSL color Cylindrical-coordinate representation of color #CE3A7E: hue angle of 332.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A7E is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 126 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.19 |
| HSL | 332.43º | 0.6% | 0.52% | - |
| HSV(B) | 332.43º | 0.72% | 0.81% | - |
| XYZ | 30.73 | 17.65 | 21.53 | - |
| YUV | 110 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 126 | 0 | 0.72 | 0.39 | 0.19 | 332.43 | 0.6 | 0.52 |
| Hex | CE | 3A | 7E | 0 | 48 | 27 | 13 | 14C | 3C | 34 |
| Octal | 316 | 72 | 176 | 0 | 110 | 47 | 23 | 514 | 74 | 64 |
| Binary | 11001110 | 111010 | 1111110 | 0 | 1001000 | 100111 | 10011 | 101001100 | 111100 | 110100 |
Color Harmonies of #CE3A7E
Complementary color
Monochromatic Colors of #CE3A7E
Black with #CE3A7E
Text Example
Text Example
White with #CE3A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A7E; }
p { color: rgb(206,58,126); }
H1.HeaderClassName
{
color: #CE3A7E;
}
.AnyTagClassName
{
color: #CE3A7E;
}
</style>
background-color css
<style>
a { background-color: #CE3A7E; }
a { background-color: rgb(206,58,126); }
div.DivClassName
{
background-color: #CE3A7E;
}
.BgClassName
{
background-color: #CE3A7E;
}
</style>
border-color css
<style>
span { border-color: #CE3A7E; }
span { border-color: rgb(206,58,126); }
td.TdClassName
{
border-color: #CE3A7E;
}
.TagClassName
{
border-color: #CE3A7E;
}
</style>