Shades of Deep Cerise #CF37A0
Tints of Deep Cerise #CF37A0
RGB
CMYK
RGB Variations
Color information
#CF37A0 (or 0xCF37A0) is known color: Deep Cerise. HEX triplet: CF, 37 and A0. RGB value is (207,55,160). Sum of RGB (Red+Green+Blue) = 207+55+160=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF37A0 is #30C85F. Grayscale: #707070. Windows color (decimal): -3197024 or 10500047. OLE color: 10500047.
HSL color Cylindrical-coordinate representation of color #CF37A0: hue angle of 318.55º 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 #CF37A0 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 160 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.19 |
| HSL | 318.55º | 0.61% | 0.51% | - |
| HSV(B) | 318.55º | 0.73% | 0.81% | - |
| XYZ | 33.44 | 18.54 | 35.07 | - |
| YUV | 112.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 160 | 0 | 0.73 | 0.23 | 0.19 | 318.55 | 0.61 | 0.51 |
| Hex | CF | 37 | A0 | 0 | 49 | 17 | 13 | 13F | 3D | 33 |
| Octal | 317 | 67 | 240 | 0 | 111 | 27 | 23 | 477 | 75 | 63 |
| Binary | 11001111 | 110111 | 10100000 | 0 | 1001001 | 10111 | 10011 | 100111111 | 111101 | 110011 |
Color Harmonies of #CF37A0
Complementary color
Monochromatic Colors of #CF37A0
Black with #CF37A0
Text Example
Text Example
White with #CF37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37A0; }
p { color: rgb(207,55,160); }
H1.HeaderClassName
{
color: #CF37A0;
}
.AnyTagClassName
{
color: #CF37A0;
}
</style>
background-color css
<style>
a { background-color: #CF37A0; }
a { background-color: rgb(207,55,160); }
div.DivClassName
{
background-color: #CF37A0;
}
.BgClassName
{
background-color: #CF37A0;
}
</style>
border-color css
<style>
span { border-color: #CF37A0; }
span { border-color: rgb(207,55,160); }
td.TdClassName
{
border-color: #CF37A0;
}
.TagClassName
{
border-color: #CF37A0;
}
</style>