Shades of Deep Cerise #CF2E7B
Tints of Deep Cerise #CF2E7B
RGB
CMYK
RGB Variations
Color information
#CF2E7B (or 0xCF2E7B) is known color: Deep Cerise. HEX triplet: CF, 2E and 7B. RGB value is (207,46,123). Sum of RGB (Red+Green+Blue) = 207+46+123=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E7B is #30D184. Grayscale: #666666. Windows color (decimal): -3199365 or 8072911. OLE color: 8072911.
HSL color Cylindrical-coordinate representation of color #CF2E7B: hue angle of 331.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E7B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 123 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.19 |
| HSL | 331.3º | 0.64% | 0.5% | - |
| HSV(B) | 331.3º | 0.78% | 0.81% | - |
| XYZ | 30.28 | 16.65 | 20.36 | - |
| YUV | 102.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 123 | 0 | 0.78 | 0.41 | 0.19 | 331.3 | 0.64 | 0.5 |
| Hex | CF | 2E | 7B | 0 | 4E | 29 | 13 | 14B | 40 | 32 |
| Octal | 317 | 56 | 173 | 0 | 116 | 51 | 23 | 513 | 100 | 62 |
| Binary | 11001111 | 101110 | 1111011 | 0 | 1001110 | 101001 | 10011 | 101001011 | 1000000 | 110010 |
Color Harmonies of #CF2E7B
Complementary color
Monochromatic Colors of #CF2E7B
Black with #CF2E7B
Text Example
Text Example
White with #CF2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E7B; }
p { color: rgb(207,46,123); }
H1.HeaderClassName
{
color: #CF2E7B;
}
.AnyTagClassName
{
color: #CF2E7B;
}
</style>
background-color css
<style>
a { background-color: #CF2E7B; }
a { background-color: rgb(207,46,123); }
div.DivClassName
{
background-color: #CF2E7B;
}
.BgClassName
{
background-color: #CF2E7B;
}
</style>
border-color css
<style>
span { border-color: #CF2E7B; }
span { border-color: rgb(207,46,123); }
td.TdClassName
{
border-color: #CF2E7B;
}
.TagClassName
{
border-color: #CF2E7B;
}
</style>