Shades of Deep Cerise #CF2F7D
Tints of Deep Cerise #CF2F7D
RGB
CMYK
RGB Variations
Color information
#CF2F7D (or 0xCF2F7D) is known color: Deep Cerise. HEX triplet: CF, 2F and 7D. RGB value is (207,47,125). Sum of RGB (Red+Green+Blue) = 207+47+125=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F7D is #30D082. Grayscale: #676767. Windows color (decimal): -3199107 or 8204239. OLE color: 8204239.
HSL color Cylindrical-coordinate representation of color #CF2F7D: hue angle of 330.75º 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 #CF2F7D is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 125 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.19 |
| HSL | 330.75º | 0.63% | 0.5% | - |
| HSV(B) | 330.75º | 0.77% | 0.81% | - |
| XYZ | 30.45 | 16.78 | 21.04 | - |
| YUV | 103.73 | 140.01 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 125 | 0 | 0.77 | 0.40 | 0.19 | 330.75 | 0.63 | 0.5 |
| Hex | CF | 2F | 7D | 0 | 4D | 28 | 13 | 14B | 3F | 32 |
| Octal | 317 | 57 | 175 | 0 | 115 | 50 | 23 | 513 | 77 | 62 |
| Binary | 11001111 | 101111 | 1111101 | 0 | 1001101 | 101000 | 10011 | 101001011 | 111111 | 110010 |
Color Harmonies of #CF2F7D
Complementary color
Monochromatic Colors of #CF2F7D
Black with #CF2F7D
Text Example
Text Example
White with #CF2F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F7D; }
p { color: rgb(207,47,125); }
H1.HeaderClassName
{
color: #CF2F7D;
}
.AnyTagClassName
{
color: #CF2F7D;
}
</style>
background-color css
<style>
a { background-color: #CF2F7D; }
a { background-color: rgb(207,47,125); }
div.DivClassName
{
background-color: #CF2F7D;
}
.BgClassName
{
background-color: #CF2F7D;
}
</style>
border-color css
<style>
span { border-color: #CF2F7D; }
span { border-color: rgb(207,47,125); }
td.TdClassName
{
border-color: #CF2F7D;
}
.TagClassName
{
border-color: #CF2F7D;
}
</style>