Shades of Deep Cerise #CF2793
Tints of Deep Cerise #CF2793
RGB
CMYK
RGB Variations
Color information
#CF2793 (or 0xCF2793) is known color: Deep Cerise. HEX triplet: CF, 27 and 93. RGB value is (207,39,147). Sum of RGB (Red+Green+Blue) = 207+39+147=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2793 is #30D86C. Grayscale: #656565. Windows color (decimal): -3201133 or 9643983. OLE color: 9643983.
HSL color Cylindrical-coordinate representation of color #CF2793: hue angle of 321.43º 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 #CF2793 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 147 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.19 |
| HSL | 321.43º | 0.68% | 0.48% | - |
| HSV(B) | 321.43º | 0.81% | 0.81% | - |
| XYZ | 31.72 | 16.82 | 29.18 | - |
| YUV | 101.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 147 | 0 | 0.81 | 0.29 | 0.19 | 321.43 | 0.68 | 0.48 |
| Hex | CF | 27 | 93 | 0 | 51 | 1D | 13 | 141 | 44 | 30 |
| Octal | 317 | 47 | 223 | 0 | 121 | 35 | 23 | 501 | 104 | 60 |
| Binary | 11001111 | 100111 | 10010011 | 0 | 1010001 | 11101 | 10011 | 101000001 | 1000100 | 110000 |
Color Harmonies of #CF2793
Complementary color
Monochromatic Colors of #CF2793
Black with #CF2793
Text Example
Text Example
White with #CF2793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2793; }
p { color: rgb(207,39,147); }
H1.HeaderClassName
{
color: #CF2793;
}
.AnyTagClassName
{
color: #CF2793;
}
</style>
background-color css
<style>
a { background-color: #CF2793; }
a { background-color: rgb(207,39,147); }
div.DivClassName
{
background-color: #CF2793;
}
.BgClassName
{
background-color: #CF2793;
}
</style>
border-color css
<style>
span { border-color: #CF2793; }
span { border-color: rgb(207,39,147); }
td.TdClassName
{
border-color: #CF2793;
}
.TagClassName
{
border-color: #CF2793;
}
</style>