Shades of Cerise #CF3E6C
Tints of Cerise #CF3E6C
RGB
CMYK
RGB Variations
Color information
#CF3E6C (or 0xCF3E6C) is known color: Cerise. HEX triplet: CF, 3E and 6C. RGB value is (207,62,108). Sum of RGB (Red+Green+Blue) = 207+62+108=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E6C is #30C193. Grayscale: #6E6E6E. Windows color (decimal): -3195284 or 7093967. OLE color: 7093967.
HSL color Cylindrical-coordinate representation of color #CF3E6C: hue angle of 340.97º 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 #CF3E6C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 108 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.19 |
| HSL | 340.97º | 0.6% | 0.53% | - |
| HSV(B) | 340.97º | 0.7% | 0.81% | - |
| XYZ | 30.16 | 17.79 | 16.03 | - |
| YUV | 110.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 108 | 0 | 0.70 | 0.48 | 0.19 | 340.97 | 0.6 | 0.53 |
| Hex | CF | 3E | 6C | 0 | 46 | 30 | 13 | 155 | 3C | 35 |
| Octal | 317 | 76 | 154 | 0 | 106 | 60 | 23 | 525 | 74 | 65 |
| Binary | 11001111 | 111110 | 1101100 | 0 | 1000110 | 110000 | 10011 | 101010101 | 111100 | 110101 |
Color Harmonies of #CF3E6C
Complementary color
Monochromatic Colors of #CF3E6C
Black with #CF3E6C
Text Example
Text Example
White with #CF3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E6C; }
p { color: rgb(207,62,108); }
H1.HeaderClassName
{
color: #CF3E6C;
}
.AnyTagClassName
{
color: #CF3E6C;
}
</style>
background-color css
<style>
a { background-color: #CF3E6C; }
a { background-color: rgb(207,62,108); }
div.DivClassName
{
background-color: #CF3E6C;
}
.BgClassName
{
background-color: #CF3E6C;
}
</style>
border-color css
<style>
span { border-color: #CF3E6C; }
span { border-color: rgb(207,62,108); }
td.TdClassName
{
border-color: #CF3E6C;
}
.TagClassName
{
border-color: #CF3E6C;
}
</style>