Shades of Cerise #CF3E61
Tints of Cerise #CF3E61
RGB
CMYK
RGB Variations
Color information
#CF3E61 (or 0xCF3E61) is known color: Cerise. HEX triplet: CF, 3E and 61. RGB value is (207,62,97). Sum of RGB (Red+Green+Blue) = 207+62+97=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E61 is #30C19E. Grayscale: #6D6D6D. Windows color (decimal): -3195295 or 6373071. OLE color: 6373071.
HSL color Cylindrical-coordinate representation of color #CF3E61: hue angle of 345.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E61 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 97 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.19 |
| HSL | 345.52º | 0.6% | 0.53% | - |
| HSV(B) | 345.52º | 0.7% | 0.81% | - |
| XYZ | 29.61 | 17.57 | 13.14 | - |
| YUV | 109.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 97 | 0 | 0.70 | 0.53 | 0.19 | 345.52 | 0.6 | 0.53 |
| Hex | CF | 3E | 61 | 0 | 46 | 35 | 13 | 15A | 3C | 35 |
| Octal | 317 | 76 | 141 | 0 | 106 | 65 | 23 | 532 | 74 | 65 |
| Binary | 11001111 | 111110 | 1100001 | 0 | 1000110 | 110101 | 10011 | 101011010 | 111100 | 110101 |
Color Harmonies of #CF3E61
Complementary color
Monochromatic Colors of #CF3E61
Black with #CF3E61
Text Example
Text Example
White with #CF3E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E61; }
p { color: rgb(207,62,97); }
H1.HeaderClassName
{
color: #CF3E61;
}
.AnyTagClassName
{
color: #CF3E61;
}
</style>
background-color css
<style>
a { background-color: #CF3E61; }
a { background-color: rgb(207,62,97); }
div.DivClassName
{
background-color: #CF3E61;
}
.BgClassName
{
background-color: #CF3E61;
}
</style>
border-color css
<style>
span { border-color: #CF3E61; }
span { border-color: rgb(207,62,97); }
td.TdClassName
{
border-color: #CF3E61;
}
.TagClassName
{
border-color: #CF3E61;
}
</style>