Shades of Deep Cerise #CF379F
Tints of Deep Cerise #CF379F
RGB
CMYK
RGB Variations
Color information
#CF379F (or 0xCF379F) is known color: Deep Cerise. HEX triplet: CF, 37 and 9F. RGB value is (207,55,159). Sum of RGB (Red+Green+Blue) = 207+55+159=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF379F is #30C860. Grayscale: #707070. Windows color (decimal): -3197025 or 10434511. OLE color: 10434511.
HSL color Cylindrical-coordinate representation of color #CF379F: hue angle of 318.95º 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 #CF379F is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 159 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.19 |
| HSL | 318.95º | 0.61% | 0.51% | - |
| HSV(B) | 318.95º | 0.73% | 0.81% | - |
| XYZ | 33.36 | 18.5 | 34.61 | - |
| YUV | 112.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 159 | 0 | 0.73 | 0.23 | 0.19 | 318.95 | 0.61 | 0.51 |
| Hex | CF | 37 | 9F | 0 | 49 | 17 | 13 | 13F | 3D | 33 |
| Octal | 317 | 67 | 237 | 0 | 111 | 27 | 23 | 477 | 75 | 63 |
| Binary | 11001111 | 110111 | 10011111 | 0 | 1001001 | 10111 | 10011 | 100111111 | 111101 | 110011 |
Color Harmonies of #CF379F
Complementary color
Monochromatic Colors of #CF379F
Black with #CF379F
Text Example
Text Example
White with #CF379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF379F; }
p { color: rgb(207,55,159); }
H1.HeaderClassName
{
color: #CF379F;
}
.AnyTagClassName
{
color: #CF379F;
}
</style>
background-color css
<style>
a { background-color: #CF379F; }
a { background-color: rgb(207,55,159); }
div.DivClassName
{
background-color: #CF379F;
}
.BgClassName
{
background-color: #CF379F;
}
</style>
border-color css
<style>
span { border-color: #CF379F; }
span { border-color: rgb(207,55,159); }
td.TdClassName
{
border-color: #CF379F;
}
.TagClassName
{
border-color: #CF379F;
}
</style>