Shades of Deep Cerise #CE3A74
Tints of Deep Cerise #CE3A74
RGB
CMYK
RGB Variations
Color information
#CE3A74 (or 0xCE3A74) is known color: Deep Cerise. HEX triplet: CE, 3A and 74. RGB value is (206,58,116). Sum of RGB (Red+Green+Blue) = 206+58+116=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A74 is #31C58B. Grayscale: #6C6C6C. Windows color (decimal): -3261836 or 7617230. OLE color: 7617230.
HSL color Cylindrical-coordinate representation of color #CE3A74: hue angle of 336.49º 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 #CE3A74 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 116 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.19 |
| HSL | 336.49º | 0.6% | 0.52% | - |
| HSV(B) | 336.49º | 0.72% | 0.81% | - |
| XYZ | 30.12 | 17.41 | 18.3 | - |
| YUV | 108.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 116 | 0 | 0.72 | 0.44 | 0.19 | 336.49 | 0.6 | 0.52 |
| Hex | CE | 3A | 74 | 0 | 48 | 2C | 13 | 150 | 3C | 34 |
| Octal | 316 | 72 | 164 | 0 | 110 | 54 | 23 | 520 | 74 | 64 |
| Binary | 11001110 | 111010 | 1110100 | 0 | 1001000 | 101100 | 10011 | 101010000 | 111100 | 110100 |
Color Harmonies of #CE3A74
Complementary color
Monochromatic Colors of #CE3A74
Black with #CE3A74
Text Example
Text Example
White with #CE3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A74; }
p { color: rgb(206,58,116); }
H1.HeaderClassName
{
color: #CE3A74;
}
.AnyTagClassName
{
color: #CE3A74;
}
</style>
background-color css
<style>
a { background-color: #CE3A74; }
a { background-color: rgb(206,58,116); }
div.DivClassName
{
background-color: #CE3A74;
}
.BgClassName
{
background-color: #CE3A74;
}
</style>
border-color css
<style>
span { border-color: #CE3A74; }
span { border-color: rgb(206,58,116); }
td.TdClassName
{
border-color: #CE3A74;
}
.TagClassName
{
border-color: #CE3A74;
}
</style>