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