Shades of Deep Cerise #CE3D8A
Tints of Deep Cerise #CE3D8A
RGB
CMYK
RGB Variations
Color information
#CE3D8A (or 0xCE3D8A) is known color: Deep Cerise. HEX triplet: CE, 3D and 8A. RGB value is (206,61,138). Sum of RGB (Red+Green+Blue) = 206+61+138=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3D8A is #31C275. Grayscale: #707070. Windows color (decimal): -3261046 or 9059790. OLE color: 9059790.
HSL color Cylindrical-coordinate representation of color #CE3D8A: hue angle of 328.14º 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 #CE3D8A is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 138 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.19 |
| HSL | 328.14º | 0.6% | 0.52% | - |
| HSV(B) | 328.14º | 0.7% | 0.81% | - |
| XYZ | 31.71 | 18.29 | 25.9 | - |
| YUV | 113.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 138 | 0 | 0.70 | 0.33 | 0.19 | 328.14 | 0.6 | 0.52 |
| Hex | CE | 3D | 8A | 0 | 46 | 21 | 13 | 148 | 3C | 34 |
| Octal | 316 | 75 | 212 | 0 | 106 | 41 | 23 | 510 | 74 | 64 |
| Binary | 11001110 | 111101 | 10001010 | 0 | 1000110 | 100001 | 10011 | 101001000 | 111100 | 110100 |
Color Harmonies of #CE3D8A
Complementary color
Monochromatic Colors of #CE3D8A
Black with #CE3D8A
Text Example
Text Example
White with #CE3D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D8A; }
p { color: rgb(206,61,138); }
H1.HeaderClassName
{
color: #CE3D8A;
}
.AnyTagClassName
{
color: #CE3D8A;
}
</style>
background-color css
<style>
a { background-color: #CE3D8A; }
a { background-color: rgb(206,61,138); }
div.DivClassName
{
background-color: #CE3D8A;
}
.BgClassName
{
background-color: #CE3D8A;
}
</style>
border-color css
<style>
span { border-color: #CE3D8A; }
span { border-color: rgb(206,61,138); }
td.TdClassName
{
border-color: #CE3D8A;
}
.TagClassName
{
border-color: #CE3D8A;
}
</style>