Shades of Deep Cerise #CF3797
Tints of Deep Cerise #CF3797
RGB
CMYK
RGB Variations
Color information
#CF3797 (or 0xCF3797) is known color: Deep Cerise. HEX triplet: CF, 37 and 97. RGB value is (207,55,151). Sum of RGB (Red+Green+Blue) = 207+55+151=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3797 is #30C868. Grayscale: #6F6F6F. Windows color (decimal): -3197033 or 9910223. OLE color: 9910223.
HSL color Cylindrical-coordinate representation of color #CF3797: hue angle of 322.11º 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 #CF3797 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 151 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.19 |
| HSL | 322.11º | 0.61% | 0.51% | - |
| HSV(B) | 322.11º | 0.73% | 0.81% | - |
| XYZ | 32.68 | 18.23 | 31.07 | - |
| YUV | 111.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 151 | 0 | 0.73 | 0.27 | 0.19 | 322.11 | 0.61 | 0.51 |
| Hex | CF | 37 | 97 | 0 | 49 | 1B | 13 | 142 | 3D | 33 |
| Octal | 317 | 67 | 227 | 0 | 111 | 33 | 23 | 502 | 75 | 63 |
| Binary | 11001111 | 110111 | 10010111 | 0 | 1001001 | 11011 | 10011 | 101000010 | 111101 | 110011 |
Color Harmonies of #CF3797
Complementary color
Monochromatic Colors of #CF3797
Black with #CF3797
Text Example
Text Example
White with #CF3797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3797; }
p { color: rgb(207,55,151); }
H1.HeaderClassName
{
color: #CF3797;
}
.AnyTagClassName
{
color: #CF3797;
}
</style>
background-color css
<style>
a { background-color: #CF3797; }
a { background-color: rgb(207,55,151); }
div.DivClassName
{
background-color: #CF3797;
}
.BgClassName
{
background-color: #CF3797;
}
</style>
border-color css
<style>
span { border-color: #CF3797; }
span { border-color: rgb(207,55,151); }
td.TdClassName
{
border-color: #CF3797;
}
.TagClassName
{
border-color: #CF3797;
}
</style>