Shades of Deep Cerise #CE3D7A
Tints of Deep Cerise #CE3D7A
RGB
CMYK
RGB Variations
Color information
#CE3D7A (or 0xCE3D7A) is known color: Deep Cerise. HEX triplet: CE, 3D and 7A. RGB value is (206,61,122). Sum of RGB (Red+Green+Blue) = 206+61+122=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D7A is #31C285. Grayscale: #6F6F6F. Windows color (decimal): -3261062 or 8011214. OLE color: 8011214.
HSL color Cylindrical-coordinate representation of color #CE3D7A: hue angle of 334.76º 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 #CE3D7A is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 122 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.19 |
| HSL | 334.76º | 0.6% | 0.52% | - |
| HSV(B) | 334.76º | 0.7% | 0.81% | - |
| XYZ | 30.64 | 17.86 | 20.25 | - |
| YUV | 111.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 122 | 0 | 0.70 | 0.41 | 0.19 | 334.76 | 0.6 | 0.52 |
| Hex | CE | 3D | 7A | 0 | 46 | 29 | 13 | 14F | 3C | 34 |
| Octal | 316 | 75 | 172 | 0 | 106 | 51 | 23 | 517 | 74 | 64 |
| Binary | 11001110 | 111101 | 1111010 | 0 | 1000110 | 101001 | 10011 | 101001111 | 111100 | 110100 |
Color Harmonies of #CE3D7A
Complementary color
Monochromatic Colors of #CE3D7A
Black with #CE3D7A
Text Example
Text Example
White with #CE3D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D7A; }
p { color: rgb(206,61,122); }
H1.HeaderClassName
{
color: #CE3D7A;
}
.AnyTagClassName
{
color: #CE3D7A;
}
</style>
background-color css
<style>
a { background-color: #CE3D7A; }
a { background-color: rgb(206,61,122); }
div.DivClassName
{
background-color: #CE3D7A;
}
.BgClassName
{
background-color: #CE3D7A;
}
</style>
border-color css
<style>
span { border-color: #CE3D7A; }
span { border-color: rgb(206,61,122); }
td.TdClassName
{
border-color: #CE3D7A;
}
.TagClassName
{
border-color: #CE3D7A;
}
</style>