Shades of Deep Cerise #CE3F7A
Tints of Deep Cerise #CE3F7A
RGB
CMYK
RGB Variations
Color information
#CE3F7A (or 0xCE3F7A) is known color: Deep Cerise. HEX triplet: CE, 3F and 7A. RGB value is (206,63,122). Sum of RGB (Red+Green+Blue) = 206+63+122=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F7A is #31C085. Grayscale: #707070. Windows color (decimal): -3260550 or 8011726. OLE color: 8011726.
HSL color Cylindrical-coordinate representation of color #CE3F7A: hue angle of 335.24º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F7A is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 122 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.19 |
| HSL | 335.24º | 0.59% | 0.53% | - |
| HSV(B) | 335.24º | 0.69% | 0.81% | - |
| XYZ | 30.74 | 18.08 | 20.28 | - |
| YUV | 112.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 122 | 0 | 0.69 | 0.41 | 0.19 | 335.24 | 0.59 | 0.53 |
| Hex | CE | 3F | 7A | 0 | 45 | 29 | 13 | 14F | 3B | 35 |
| Octal | 316 | 77 | 172 | 0 | 105 | 51 | 23 | 517 | 73 | 65 |
| Binary | 11001110 | 111111 | 1111010 | 0 | 1000101 | 101001 | 10011 | 101001111 | 111011 | 110101 |
Color Harmonies of #CE3F7A
Complementary color
Monochromatic Colors of #CE3F7A
Black with #CE3F7A
Text Example
Text Example
White with #CE3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F7A; }
p { color: rgb(206,63,122); }
H1.HeaderClassName
{
color: #CE3F7A;
}
.AnyTagClassName
{
color: #CE3F7A;
}
</style>
background-color css
<style>
a { background-color: #CE3F7A; }
a { background-color: rgb(206,63,122); }
div.DivClassName
{
background-color: #CE3F7A;
}
.BgClassName
{
background-color: #CE3F7A;
}
</style>
border-color css
<style>
span { border-color: #CE3F7A; }
span { border-color: rgb(206,63,122); }
td.TdClassName
{
border-color: #CE3F7A;
}
.TagClassName
{
border-color: #CE3F7A;
}
</style>