Shades of Deep Cerise #CF2F7B
Tints of Deep Cerise #CF2F7B
RGB
CMYK
RGB Variations
Color information
#CF2F7B (or 0xCF2F7B) is known color: Deep Cerise. HEX triplet: CF, 2F and 7B. RGB value is (207,47,123). Sum of RGB (Red+Green+Blue) = 207+47+123=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F7B is #30D084. Grayscale: #676767. Windows color (decimal): -3199109 or 8073167. OLE color: 8073167.
HSL color Cylindrical-coordinate representation of color #CF2F7B: hue angle of 331.5º 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 #CF2F7B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 123 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.19 |
| HSL | 331.5º | 0.63% | 0.5% | - |
| HSV(B) | 331.5º | 0.77% | 0.81% | - |
| XYZ | 30.32 | 16.73 | 20.37 | - |
| YUV | 103.5 | 139.01 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 123 | 0 | 0.77 | 0.41 | 0.19 | 331.5 | 0.63 | 0.5 |
| Hex | CF | 2F | 7B | 0 | 4D | 29 | 13 | 14C | 3F | 32 |
| Octal | 317 | 57 | 173 | 0 | 115 | 51 | 23 | 514 | 77 | 62 |
| Binary | 11001111 | 101111 | 1111011 | 0 | 1001101 | 101001 | 10011 | 101001100 | 111111 | 110010 |
Color Harmonies of #CF2F7B
Complementary color
Monochromatic Colors of #CF2F7B
Black with #CF2F7B
Text Example
Text Example
White with #CF2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F7B; }
p { color: rgb(207,47,123); }
H1.HeaderClassName
{
color: #CF2F7B;
}
.AnyTagClassName
{
color: #CF2F7B;
}
</style>
background-color css
<style>
a { background-color: #CF2F7B; }
a { background-color: rgb(207,47,123); }
div.DivClassName
{
background-color: #CF2F7B;
}
.BgClassName
{
background-color: #CF2F7B;
}
</style>
border-color css
<style>
span { border-color: #CF2F7B; }
span { border-color: rgb(207,47,123); }
td.TdClassName
{
border-color: #CF2F7B;
}
.TagClassName
{
border-color: #CF2F7B;
}
</style>