Shades of Cerise #CF3E5C
Tints of Cerise #CF3E5C
RGB
CMYK
RGB Variations
Color information
#CF3E5C (or 0xCF3E5C) is known color: Cerise. HEX triplet: CF, 3E and 5C. RGB value is (207,62,92). Sum of RGB (Red+Green+Blue) = 207+62+92=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E5C is #30C1A3. Grayscale: #6C6C6C. Windows color (decimal): -3195300 or 6045391. OLE color: 6045391.
HSL color Cylindrical-coordinate representation of color #CF3E5C: hue angle of 347.59º 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 #CF3E5C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 92 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.19 |
| HSL | 347.59º | 0.6% | 0.53% | - |
| HSV(B) | 347.59º | 0.7% | 0.81% | - |
| XYZ | 29.39 | 17.48 | 11.95 | - |
| YUV | 108.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 92 | 0 | 0.70 | 0.56 | 0.19 | 347.59 | 0.6 | 0.53 |
| Hex | CF | 3E | 5C | 0 | 46 | 38 | 13 | 15C | 3C | 35 |
| Octal | 317 | 76 | 134 | 0 | 106 | 70 | 23 | 534 | 74 | 65 |
| Binary | 11001111 | 111110 | 1011100 | 0 | 1000110 | 111000 | 10011 | 101011100 | 111100 | 110101 |
Color Harmonies of #CF3E5C
Complementary color
Monochromatic Colors of #CF3E5C
Black with #CF3E5C
Text Example
Text Example
White with #CF3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E5C; }
p { color: rgb(207,62,92); }
H1.HeaderClassName
{
color: #CF3E5C;
}
.AnyTagClassName
{
color: #CF3E5C;
}
</style>
background-color css
<style>
a { background-color: #CF3E5C; }
a { background-color: rgb(207,62,92); }
div.DivClassName
{
background-color: #CF3E5C;
}
.BgClassName
{
background-color: #CF3E5C;
}
</style>
border-color css
<style>
span { border-color: #CF3E5C; }
span { border-color: rgb(207,62,92); }
td.TdClassName
{
border-color: #CF3E5C;
}
.TagClassName
{
border-color: #CF3E5C;
}
</style>