Shades of Cerise #CF3159
Tints of Cerise #CF3159
RGB
CMYK
RGB Variations
Color information
#CF3159 (or 0xCF3159) is known color: Cerise. HEX triplet: CF, 31 and 59. RGB value is (207,49,89). Sum of RGB (Red+Green+Blue) = 207+49+89=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3159 is #30CEA6. Grayscale: #646464. Windows color (decimal): -3198631 or 5845455. OLE color: 5845455.
HSL color Cylindrical-coordinate representation of color #CF3159: hue angle of 344.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3159 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 89 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.19 |
| HSL | 344.81º | 0.62% | 0.5% | - |
| HSV(B) | 344.81º | 0.76% | 0.81% | - |
| XYZ | 28.63 | 16.18 | 11.07 | - |
| YUV | 100.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 89 | 0 | 0.76 | 0.57 | 0.19 | 344.81 | 0.62 | 0.5 |
| Hex | CF | 31 | 59 | 0 | 4C | 39 | 13 | 159 | 3E | 32 |
| Octal | 317 | 61 | 131 | 0 | 114 | 71 | 23 | 531 | 76 | 62 |
| Binary | 11001111 | 110001 | 1011001 | 0 | 1001100 | 111001 | 10011 | 101011001 | 111110 | 110010 |
Color Harmonies of #CF3159
Complementary color
Monochromatic Colors of #CF3159
Black with #CF3159
Text Example
Text Example
White with #CF3159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3159; }
p { color: rgb(207,49,89); }
H1.HeaderClassName
{
color: #CF3159;
}
.AnyTagClassName
{
color: #CF3159;
}
</style>
background-color css
<style>
a { background-color: #CF3159; }
a { background-color: rgb(207,49,89); }
div.DivClassName
{
background-color: #CF3159;
}
.BgClassName
{
background-color: #CF3159;
}
</style>
border-color css
<style>
span { border-color: #CF3159; }
span { border-color: rgb(207,49,89); }
td.TdClassName
{
border-color: #CF3159;
}
.TagClassName
{
border-color: #CF3159;
}
</style>