Shades of Deep Cerise #CE2F7A
Tints of Deep Cerise #CE2F7A
RGB
CMYK
RGB Variations
Color information
#CE2F7A (or 0xCE2F7A) is known color: Deep Cerise. HEX triplet: CE, 2F and 7A. RGB value is (206,47,122). Sum of RGB (Red+Green+Blue) = 206+47+122=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F7A is #31D085. Grayscale: #666666. Windows color (decimal): -3264646 or 8007630. OLE color: 8007630.
HSL color Cylindrical-coordinate representation of color #CE2F7A: hue angle of 331.7º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F7A is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 122 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.19 |
| HSL | 331.7º | 0.63% | 0.5% | - |
| HSV(B) | 331.7º | 0.77% | 0.81% | - |
| XYZ | 29.98 | 16.56 | 20.03 | - |
| YUV | 103.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 122 | 0 | 0.77 | 0.41 | 0.19 | 331.7 | 0.63 | 0.5 |
| Hex | CE | 2F | 7A | 0 | 4D | 29 | 13 | 14C | 3F | 32 |
| Octal | 316 | 57 | 172 | 0 | 115 | 51 | 23 | 514 | 77 | 62 |
| Binary | 11001110 | 101111 | 1111010 | 0 | 1001101 | 101001 | 10011 | 101001100 | 111111 | 110010 |
Color Harmonies of #CE2F7A
Complementary color
Monochromatic Colors of #CE2F7A
Black with #CE2F7A
Text Example
Text Example
White with #CE2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F7A; }
p { color: rgb(206,47,122); }
H1.HeaderClassName
{
color: #CE2F7A;
}
.AnyTagClassName
{
color: #CE2F7A;
}
</style>
background-color css
<style>
a { background-color: #CE2F7A; }
a { background-color: rgb(206,47,122); }
div.DivClassName
{
background-color: #CE2F7A;
}
.BgClassName
{
background-color: #CE2F7A;
}
</style>
border-color css
<style>
span { border-color: #CE2F7A; }
span { border-color: rgb(206,47,122); }
td.TdClassName
{
border-color: #CE2F7A;
}
.TagClassName
{
border-color: #CE2F7A;
}
</style>