Shades of Deep Cerise #CF2A7B
Tints of Deep Cerise #CF2A7B
RGB
CMYK
RGB Variations
Color information
#CF2A7B (or 0xCF2A7B) is known color: Deep Cerise. HEX triplet: CF, 2A and 7B. RGB value is (207,42,123). Sum of RGB (Red+Green+Blue) = 207+42+123=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2A7B is #30D584. Grayscale: #646464. Windows color (decimal): -3200389 or 8071887. OLE color: 8071887.
HSL color Cylindrical-coordinate representation of color #CF2A7B: hue angle of 330.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A7B is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 123 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.19 |
| HSL | 330.55º | 0.66% | 0.49% | - |
| HSV(B) | 330.55º | 0.8% | 0.81% | - |
| XYZ | 30.14 | 16.35 | 20.31 | - |
| YUV | 100.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 123 | 0 | 0.80 | 0.41 | 0.19 | 330.55 | 0.66 | 0.49 |
| Hex | CF | 2A | 7B | 0 | 50 | 29 | 13 | 14B | 42 | 31 |
| Octal | 317 | 52 | 173 | 0 | 120 | 51 | 23 | 513 | 102 | 61 |
| Binary | 11001111 | 101010 | 1111011 | 0 | 1010000 | 101001 | 10011 | 101001011 | 1000010 | 110001 |
Color Harmonies of #CF2A7B
Complementary color
Monochromatic Colors of #CF2A7B
Black with #CF2A7B
Text Example
Text Example
White with #CF2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A7B; }
p { color: rgb(207,42,123); }
H1.HeaderClassName
{
color: #CF2A7B;
}
.AnyTagClassName
{
color: #CF2A7B;
}
</style>
background-color css
<style>
a { background-color: #CF2A7B; }
a { background-color: rgb(207,42,123); }
div.DivClassName
{
background-color: #CF2A7B;
}
.BgClassName
{
background-color: #CF2A7B;
}
</style>
border-color css
<style>
span { border-color: #CF2A7B; }
span { border-color: rgb(207,42,123); }
td.TdClassName
{
border-color: #CF2A7B;
}
.TagClassName
{
border-color: #CF2A7B;
}
</style>