Shades of Deep Cerise #CF2B7D
Tints of Deep Cerise #CF2B7D
RGB
CMYK
RGB Variations
Color information
#CF2B7D (or 0xCF2B7D) is known color: Deep Cerise. HEX triplet: CF, 2B and 7D. RGB value is (207,43,125). Sum of RGB (Red+Green+Blue) = 207+43+125=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B7D is #30D482. Grayscale: #656565. Windows color (decimal): -3200131 or 8203215. OLE color: 8203215.
HSL color Cylindrical-coordinate representation of color #CF2B7D: hue angle of 330º degrees, saturation: 0.66, 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 #CF2B7D is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 125 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.19 |
| HSL | 330º | 0.66% | 0.49% | - |
| HSV(B) | 330º | 0.79% | 0.81% | - |
| XYZ | 30.3 | 16.47 | 20.98 | - |
| YUV | 101.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 125 | 0 | 0.79 | 0.40 | 0.19 | 330 | 0.66 | 0.49 |
| Hex | CF | 2B | 7D | 0 | 4F | 28 | 13 | 14A | 42 | 31 |
| Octal | 317 | 53 | 175 | 0 | 117 | 50 | 23 | 512 | 102 | 61 |
| Binary | 11001111 | 101011 | 1111101 | 0 | 1001111 | 101000 | 10011 | 101001010 | 1000010 | 110001 |
Color Harmonies of #CF2B7D
Complementary color
Monochromatic Colors of #CF2B7D
Black with #CF2B7D
Text Example
Text Example
White with #CF2B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B7D; }
p { color: rgb(207,43,125); }
H1.HeaderClassName
{
color: #CF2B7D;
}
.AnyTagClassName
{
color: #CF2B7D;
}
</style>
background-color css
<style>
a { background-color: #CF2B7D; }
a { background-color: rgb(207,43,125); }
div.DivClassName
{
background-color: #CF2B7D;
}
.BgClassName
{
background-color: #CF2B7D;
}
</style>
border-color css
<style>
span { border-color: #CF2B7D; }
span { border-color: rgb(207,43,125); }
td.TdClassName
{
border-color: #CF2B7D;
}
.TagClassName
{
border-color: #CF2B7D;
}
</style>