Shades of Deep Cerise #CE3B7F
Tints of Deep Cerise #CE3B7F
RGB
CMYK
RGB Variations
Color information
#CE3B7F (or 0xCE3B7F) is known color: Deep Cerise. HEX triplet: CE, 3B and 7F. RGB value is (206,59,127). Sum of RGB (Red+Green+Blue) = 206+59+127=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B7F is #31C480. Grayscale: #6E6E6E. Windows color (decimal): -3261569 or 8338382. OLE color: 8338382.
HSL color Cylindrical-coordinate representation of color #CE3B7F: hue angle of 332.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3B7F is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 127 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.19 |
| HSL | 332.24º | 0.6% | 0.52% | - |
| HSV(B) | 332.24º | 0.71% | 0.81% | - |
| XYZ | 30.85 | 17.78 | 21.89 | - |
| YUV | 110.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 127 | 0 | 0.71 | 0.38 | 0.19 | 332.24 | 0.6 | 0.52 |
| Hex | CE | 3B | 7F | 0 | 47 | 26 | 13 | 14C | 3C | 34 |
| Octal | 316 | 73 | 177 | 0 | 107 | 46 | 23 | 514 | 74 | 64 |
| Binary | 11001110 | 111011 | 1111111 | 0 | 1000111 | 100110 | 10011 | 101001100 | 111100 | 110100 |
Color Harmonies of #CE3B7F
Complementary color
Monochromatic Colors of #CE3B7F
Black with #CE3B7F
Text Example
Text Example
White with #CE3B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B7F; }
p { color: rgb(206,59,127); }
H1.HeaderClassName
{
color: #CE3B7F;
}
.AnyTagClassName
{
color: #CE3B7F;
}
</style>
background-color css
<style>
a { background-color: #CE3B7F; }
a { background-color: rgb(206,59,127); }
div.DivClassName
{
background-color: #CE3B7F;
}
.BgClassName
{
background-color: #CE3B7F;
}
</style>
border-color css
<style>
span { border-color: #CE3B7F; }
span { border-color: rgb(206,59,127); }
td.TdClassName
{
border-color: #CE3B7F;
}
.TagClassName
{
border-color: #CE3B7F;
}
</style>