Shades of Deep Cerise #CF319F
Tints of Deep Cerise #CF319F
RGB
CMYK
RGB Variations
Color information
#CF319F (or 0xCF319F) is known color: Deep Cerise. HEX triplet: CF, 31 and 9F. RGB value is (207,49,159). Sum of RGB (Red+Green+Blue) = 207+49+159=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF319F is #30CE60. Grayscale: #6C6C6C. Windows color (decimal): -3198561 or 10432975. OLE color: 10432975.
HSL color Cylindrical-coordinate representation of color #CF319F: hue angle of 318.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF319F is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 159 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.19 |
| HSL | 318.23º | 0.62% | 0.5% | - |
| HSV(B) | 318.23º | 0.76% | 0.81% | - |
| XYZ | 33.09 | 17.97 | 34.52 | - |
| YUV | 108.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 159 | 0 | 0.76 | 0.23 | 0.19 | 318.23 | 0.62 | 0.5 |
| Hex | CF | 31 | 9F | 0 | 4C | 17 | 13 | 13E | 3E | 32 |
| Octal | 317 | 61 | 237 | 0 | 114 | 27 | 23 | 476 | 76 | 62 |
| Binary | 11001111 | 110001 | 10011111 | 0 | 1001100 | 10111 | 10011 | 100111110 | 111110 | 110010 |
Color Harmonies of #CF319F
Complementary color
Monochromatic Colors of #CF319F
Black with #CF319F
Text Example
Text Example
White with #CF319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF319F; }
p { color: rgb(207,49,159); }
H1.HeaderClassName
{
color: #CF319F;
}
.AnyTagClassName
{
color: #CF319F;
}
</style>
background-color css
<style>
a { background-color: #CF319F; }
a { background-color: rgb(207,49,159); }
div.DivClassName
{
background-color: #CF319F;
}
.BgClassName
{
background-color: #CF319F;
}
</style>
border-color css
<style>
span { border-color: #CF319F; }
span { border-color: rgb(207,49,159); }
td.TdClassName
{
border-color: #CF319F;
}
.TagClassName
{
border-color: #CF319F;
}
</style>