Shades of Cerise #CF3F62
Tints of Cerise #CF3F62
RGB
CMYK
RGB Variations
Color information
#CF3F62 (or 0xCF3F62) is known color: Cerise. HEX triplet: CF, 3F and 62. RGB value is (207,63,98). Sum of RGB (Red+Green+Blue) = 207+63+98=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F62 is #30C09D. Grayscale: #6E6E6E. Windows color (decimal): -3195038 or 6438863. OLE color: 6438863.
HSL color Cylindrical-coordinate representation of color #CF3F62: hue angle of 345.42º 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 #CF3F62 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 98 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.19 |
| HSL | 345.42º | 0.6% | 0.53% | - |
| HSV(B) | 345.42º | 0.7% | 0.81% | - |
| XYZ | 29.71 | 17.7 | 13.41 | - |
| YUV | 110.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 98 | 0 | 0.70 | 0.53 | 0.19 | 345.42 | 0.6 | 0.53 |
| Hex | CF | 3F | 62 | 0 | 46 | 35 | 13 | 159 | 3C | 35 |
| Octal | 317 | 77 | 142 | 0 | 106 | 65 | 23 | 531 | 74 | 65 |
| Binary | 11001111 | 111111 | 1100010 | 0 | 1000110 | 110101 | 10011 | 101011001 | 111100 | 110101 |
Color Harmonies of #CF3F62
Complementary color
Monochromatic Colors of #CF3F62
Black with #CF3F62
Text Example
Text Example
White with #CF3F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F62; }
p { color: rgb(207,63,98); }
H1.HeaderClassName
{
color: #CF3F62;
}
.AnyTagClassName
{
color: #CF3F62;
}
</style>
background-color css
<style>
a { background-color: #CF3F62; }
a { background-color: rgb(207,63,98); }
div.DivClassName
{
background-color: #CF3F62;
}
.BgClassName
{
background-color: #CF3F62;
}
</style>
border-color css
<style>
span { border-color: #CF3F62; }
span { border-color: rgb(207,63,98); }
td.TdClassName
{
border-color: #CF3F62;
}
.TagClassName
{
border-color: #CF3F62;
}
</style>