Shades of Deep Cerise #CF2773
Tints of Deep Cerise #CF2773
RGB
CMYK
RGB Variations
Color information
#CF2773 (or 0xCF2773) is known color: Deep Cerise. HEX triplet: CF, 27 and 73. RGB value is (207,39,115). Sum of RGB (Red+Green+Blue) = 207+39+115=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2773 is #30D88C. Grayscale: #616161. Windows color (decimal): -3201165 or 7546831. OLE color: 7546831.
HSL color Cylindrical-coordinate representation of color #CF2773: hue angle of 332.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2773 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 115 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.19 |
| HSL | 332.86º | 0.68% | 0.48% | - |
| HSV(B) | 332.86º | 0.81% | 0.81% | - |
| XYZ | 29.55 | 15.95 | 17.74 | - |
| YUV | 97.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 115 | 0 | 0.81 | 0.44 | 0.19 | 332.86 | 0.68 | 0.48 |
| Hex | CF | 27 | 73 | 0 | 51 | 2C | 13 | 14D | 44 | 30 |
| Octal | 317 | 47 | 163 | 0 | 121 | 54 | 23 | 515 | 104 | 60 |
| Binary | 11001111 | 100111 | 1110011 | 0 | 1010001 | 101100 | 10011 | 101001101 | 1000100 | 110000 |
Color Harmonies of #CF2773
Complementary color
Monochromatic Colors of #CF2773
Black with #CF2773
Text Example
Text Example
White with #CF2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2773; }
p { color: rgb(207,39,115); }
H1.HeaderClassName
{
color: #CF2773;
}
.AnyTagClassName
{
color: #CF2773;
}
</style>
background-color css
<style>
a { background-color: #CF2773; }
a { background-color: rgb(207,39,115); }
div.DivClassName
{
background-color: #CF2773;
}
.BgClassName
{
background-color: #CF2773;
}
</style>
border-color css
<style>
span { border-color: #CF2773; }
span { border-color: rgb(207,39,115); }
td.TdClassName
{
border-color: #CF2773;
}
.TagClassName
{
border-color: #CF2773;
}
</style>