Shades of Deep Cerise #CE3D7B
Tints of Deep Cerise #CE3D7B
RGB
CMYK
RGB Variations
Color information
#CE3D7B (or 0xCE3D7B) is known color: Deep Cerise. HEX triplet: CE, 3D and 7B. RGB value is (206,61,123). Sum of RGB (Red+Green+Blue) = 206+61+123=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D7B is #31C284. Grayscale: #6F6F6F. Windows color (decimal): -3261061 or 8076750. OLE color: 8076750.
HSL color Cylindrical-coordinate representation of color #CE3D7B: hue angle of 334.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D7B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 123 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.19 |
| HSL | 334.34º | 0.6% | 0.52% | - |
| HSV(B) | 334.34º | 0.7% | 0.81% | - |
| XYZ | 30.7 | 17.89 | 20.57 | - |
| YUV | 111.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 123 | 0 | 0.70 | 0.40 | 0.19 | 334.34 | 0.6 | 0.52 |
| Hex | CE | 3D | 7B | 0 | 46 | 28 | 13 | 14E | 3C | 34 |
| Octal | 316 | 75 | 173 | 0 | 106 | 50 | 23 | 516 | 74 | 64 |
| Binary | 11001110 | 111101 | 1111011 | 0 | 1000110 | 101000 | 10011 | 101001110 | 111100 | 110100 |
Color Harmonies of #CE3D7B
Complementary color
Monochromatic Colors of #CE3D7B
Black with #CE3D7B
Text Example
Text Example
White with #CE3D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D7B; }
p { color: rgb(206,61,123); }
H1.HeaderClassName
{
color: #CE3D7B;
}
.AnyTagClassName
{
color: #CE3D7B;
}
</style>
background-color css
<style>
a { background-color: #CE3D7B; }
a { background-color: rgb(206,61,123); }
div.DivClassName
{
background-color: #CE3D7B;
}
.BgClassName
{
background-color: #CE3D7B;
}
</style>
border-color css
<style>
span { border-color: #CE3D7B; }
span { border-color: rgb(206,61,123); }
td.TdClassName
{
border-color: #CE3D7B;
}
.TagClassName
{
border-color: #CE3D7B;
}
</style>