Shades of Deep Cerise #CF2C7D
Tints of Deep Cerise #CF2C7D
RGB
CMYK
RGB Variations
Color information
#CF2C7D (or 0xCF2C7D) is known color: Deep Cerise. HEX triplet: CF, 2C and 7D. RGB value is (207,44,125). Sum of RGB (Red+Green+Blue) = 207+44+125=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2C7D is #30D382. Grayscale: #656565. Windows color (decimal): -3199875 or 8203471. OLE color: 8203471.
HSL color Cylindrical-coordinate representation of color #CF2C7D: hue angle of 330.18º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C7D is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 125 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.19 |
| HSL | 330.18º | 0.65% | 0.49% | - |
| HSV(B) | 330.18º | 0.79% | 0.81% | - |
| XYZ | 30.33 | 16.55 | 21 | - |
| YUV | 101.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 125 | 0 | 0.79 | 0.40 | 0.19 | 330.18 | 0.65 | 0.49 |
| Hex | CF | 2C | 7D | 0 | 4F | 28 | 13 | 14A | 41 | 31 |
| Octal | 317 | 54 | 175 | 0 | 117 | 50 | 23 | 512 | 101 | 61 |
| Binary | 11001111 | 101100 | 1111101 | 0 | 1001111 | 101000 | 10011 | 101001010 | 1000001 | 110001 |
Color Harmonies of #CF2C7D
Complementary color
Monochromatic Colors of #CF2C7D
Black with #CF2C7D
Text Example
Text Example
White with #CF2C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C7D; }
p { color: rgb(207,44,125); }
H1.HeaderClassName
{
color: #CF2C7D;
}
.AnyTagClassName
{
color: #CF2C7D;
}
</style>
background-color css
<style>
a { background-color: #CF2C7D; }
a { background-color: rgb(207,44,125); }
div.DivClassName
{
background-color: #CF2C7D;
}
.BgClassName
{
background-color: #CF2C7D;
}
</style>
border-color css
<style>
span { border-color: #CF2C7D; }
span { border-color: rgb(207,44,125); }
td.TdClassName
{
border-color: #CF2C7D;
}
.TagClassName
{
border-color: #CF2C7D;
}
</style>