Shades of Cerise #CF3870
Tints of Cerise #CF3870
RGB
CMYK
RGB Variations
Color information
#CF3870 (or 0xCF3870) is known color: Cerise. HEX triplet: CF, 38 and 70. RGB value is (207,56,112). Sum of RGB (Red+Green+Blue) = 207+56+112=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3870 is #30C78F. Grayscale: #6B6B6B. Windows color (decimal): -3196816 or 7354575. OLE color: 7354575.
HSL color Cylindrical-coordinate representation of color #CF3870: hue angle of 337.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3870 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 112 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.19 |
| HSL | 337.75º | 0.61% | 0.52% | - |
| HSV(B) | 337.75º | 0.73% | 0.81% | - |
| XYZ | 30.07 | 17.26 | 17.08 | - |
| YUV | 107.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 112 | 0 | 0.73 | 0.46 | 0.19 | 337.75 | 0.61 | 0.52 |
| Hex | CF | 38 | 70 | 0 | 49 | 2E | 13 | 152 | 3D | 34 |
| Octal | 317 | 70 | 160 | 0 | 111 | 56 | 23 | 522 | 75 | 64 |
| Binary | 11001111 | 111000 | 1110000 | 0 | 1001001 | 101110 | 10011 | 101010010 | 111101 | 110100 |
Color Harmonies of #CF3870
Complementary color
Monochromatic Colors of #CF3870
Black with #CF3870
Text Example
Text Example
White with #CF3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3870; }
p { color: rgb(207,56,112); }
H1.HeaderClassName
{
color: #CF3870;
}
.AnyTagClassName
{
color: #CF3870;
}
</style>
background-color css
<style>
a { background-color: #CF3870; }
a { background-color: rgb(207,56,112); }
div.DivClassName
{
background-color: #CF3870;
}
.BgClassName
{
background-color: #CF3870;
}
</style>
border-color css
<style>
span { border-color: #CF3870; }
span { border-color: rgb(207,56,112); }
td.TdClassName
{
border-color: #CF3870;
}
.TagClassName
{
border-color: #CF3870;
}
</style>