Shades of Deep Cerise #CF319E
Tints of Deep Cerise #CF319E
RGB
CMYK
RGB Variations
Color information
#CF319E (or 0xCF319E) is known color: Deep Cerise. HEX triplet: CF, 31 and 9E. RGB value is (207,49,158). Sum of RGB (Red+Green+Blue) = 207+49+158=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF319E is #30CE61. Grayscale: #6C6C6C. Windows color (decimal): -3198562 or 10367439. OLE color: 10367439.
HSL color Cylindrical-coordinate representation of color #CF319E: hue angle of 318.61º 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 #CF319E is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 158 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.19 |
| HSL | 318.61º | 0.62% | 0.5% | - |
| HSV(B) | 318.61º | 0.76% | 0.81% | - |
| XYZ | 33 | 17.93 | 34.07 | - |
| YUV | 108.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 158 | 0 | 0.76 | 0.24 | 0.19 | 318.61 | 0.62 | 0.5 |
| Hex | CF | 31 | 9E | 0 | 4C | 18 | 13 | 13F | 3E | 32 |
| Octal | 317 | 61 | 236 | 0 | 114 | 30 | 23 | 477 | 76 | 62 |
| Binary | 11001111 | 110001 | 10011110 | 0 | 1001100 | 11000 | 10011 | 100111111 | 111110 | 110010 |
Color Harmonies of #CF319E
Complementary color
Monochromatic Colors of #CF319E
Black with #CF319E
Text Example
Text Example
White with #CF319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF319E; }
p { color: rgb(207,49,158); }
H1.HeaderClassName
{
color: #CF319E;
}
.AnyTagClassName
{
color: #CF319E;
}
</style>
background-color css
<style>
a { background-color: #CF319E; }
a { background-color: rgb(207,49,158); }
div.DivClassName
{
background-color: #CF319E;
}
.BgClassName
{
background-color: #CF319E;
}
</style>
border-color css
<style>
span { border-color: #CF319E; }
span { border-color: rgb(207,49,158); }
td.TdClassName
{
border-color: #CF319E;
}
.TagClassName
{
border-color: #CF319E;
}
</style>