Shades of Deep Cerise #CF379E
Tints of Deep Cerise #CF379E
RGB
CMYK
RGB Variations
Color information
#CF379E (or 0xCF379E) is known color: Deep Cerise. HEX triplet: CF, 37 and 9E. RGB value is (207,55,158). Sum of RGB (Red+Green+Blue) = 207+55+158=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF379E is #30C861. Grayscale: #6F6F6F. Windows color (decimal): -3197026 or 10368975. OLE color: 10368975.
HSL color Cylindrical-coordinate representation of color #CF379E: hue angle of 319.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF379E is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 158 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.19 |
| HSL | 319.34º | 0.61% | 0.51% | - |
| HSV(B) | 319.34º | 0.73% | 0.81% | - |
| XYZ | 33.27 | 18.47 | 34.16 | - |
| YUV | 112.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 158 | 0 | 0.73 | 0.24 | 0.19 | 319.34 | 0.61 | 0.51 |
| Hex | CF | 37 | 9E | 0 | 49 | 18 | 13 | 13F | 3D | 33 |
| Octal | 317 | 67 | 236 | 0 | 111 | 30 | 23 | 477 | 75 | 63 |
| Binary | 11001111 | 110111 | 10011110 | 0 | 1001001 | 11000 | 10011 | 100111111 | 111101 | 110011 |
Color Harmonies of #CF379E
Complementary color
Monochromatic Colors of #CF379E
Black with #CF379E
Text Example
Text Example
White with #CF379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF379E; }
p { color: rgb(207,55,158); }
H1.HeaderClassName
{
color: #CF379E;
}
.AnyTagClassName
{
color: #CF379E;
}
</style>
background-color css
<style>
a { background-color: #CF379E; }
a { background-color: rgb(207,55,158); }
div.DivClassName
{
background-color: #CF379E;
}
.BgClassName
{
background-color: #CF379E;
}
</style>
border-color css
<style>
span { border-color: #CF379E; }
span { border-color: rgb(207,55,158); }
td.TdClassName
{
border-color: #CF379E;
}
.TagClassName
{
border-color: #CF379E;
}
</style>