Shades of Deep Cerise #CF2779
Tints of Deep Cerise #CF2779
RGB
CMYK
RGB Variations
Color information
#CF2779 (or 0xCF2779) is known color: Deep Cerise. HEX triplet: CF, 27 and 79. RGB value is (207,39,121). Sum of RGB (Red+Green+Blue) = 207+39+121=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2779 is #30D886. Grayscale: #626262. Windows color (decimal): -3201159 or 7940047. OLE color: 7940047.
HSL color Cylindrical-coordinate representation of color #CF2779: hue angle of 330.71º 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 #CF2779 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 121 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.19 |
| HSL | 330.71º | 0.68% | 0.48% | - |
| HSV(B) | 330.71º | 0.81% | 0.81% | - |
| XYZ | 29.91 | 16.1 | 19.62 | - |
| YUV | 98.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 121 | 0 | 0.81 | 0.42 | 0.19 | 330.71 | 0.68 | 0.48 |
| Hex | CF | 27 | 79 | 0 | 51 | 2A | 13 | 14B | 44 | 30 |
| Octal | 317 | 47 | 171 | 0 | 121 | 52 | 23 | 513 | 104 | 60 |
| Binary | 11001111 | 100111 | 1111001 | 0 | 1010001 | 101010 | 10011 | 101001011 | 1000100 | 110000 |
Color Harmonies of #CF2779
Complementary color
Monochromatic Colors of #CF2779
Black with #CF2779
Text Example
Text Example
White with #CF2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2779; }
p { color: rgb(207,39,121); }
H1.HeaderClassName
{
color: #CF2779;
}
.AnyTagClassName
{
color: #CF2779;
}
</style>
background-color css
<style>
a { background-color: #CF2779; }
a { background-color: rgb(207,39,121); }
div.DivClassName
{
background-color: #CF2779;
}
.BgClassName
{
background-color: #CF2779;
}
</style>
border-color css
<style>
span { border-color: #CF2779; }
span { border-color: rgb(207,39,121); }
td.TdClassName
{
border-color: #CF2779;
}
.TagClassName
{
border-color: #CF2779;
}
</style>