Shades of Cerise #CF3772
Tints of Cerise #CF3772
RGB
CMYK
RGB Variations
Color information
#CF3772 (or 0xCF3772) is known color: Cerise. HEX triplet: CF, 37 and 72. RGB value is (207,55,114). Sum of RGB (Red+Green+Blue) = 207+55+114=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3772 is #30C88D. Grayscale: #6B6B6B. Windows color (decimal): -3197070 or 7485391. OLE color: 7485391.
HSL color Cylindrical-coordinate representation of color #CF3772: hue angle of 336.71º 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 #CF3772 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 114 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.19 |
| HSL | 336.71º | 0.61% | 0.51% | - |
| HSV(B) | 336.71º | 0.73% | 0.81% | - |
| XYZ | 30.14 | 17.21 | 17.65 | - |
| YUV | 107.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 114 | 0 | 0.73 | 0.45 | 0.19 | 336.71 | 0.61 | 0.51 |
| Hex | CF | 37 | 72 | 0 | 49 | 2D | 13 | 151 | 3D | 33 |
| Octal | 317 | 67 | 162 | 0 | 111 | 55 | 23 | 521 | 75 | 63 |
| Binary | 11001111 | 110111 | 1110010 | 0 | 1001001 | 101101 | 10011 | 101010001 | 111101 | 110011 |
Color Harmonies of #CF3772
Complementary color
Monochromatic Colors of #CF3772
Black with #CF3772
Text Example
Text Example
White with #CF3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3772; }
p { color: rgb(207,55,114); }
H1.HeaderClassName
{
color: #CF3772;
}
.AnyTagClassName
{
color: #CF3772;
}
</style>
background-color css
<style>
a { background-color: #CF3772; }
a { background-color: rgb(207,55,114); }
div.DivClassName
{
background-color: #CF3772;
}
.BgClassName
{
background-color: #CF3772;
}
</style>
border-color css
<style>
span { border-color: #CF3772; }
span { border-color: rgb(207,55,114); }
td.TdClassName
{
border-color: #CF3772;
}
.TagClassName
{
border-color: #CF3772;
}
</style>