Shades of Cerise #CF2A5E
Tints of Cerise #CF2A5E
RGB
CMYK
RGB Variations
Color information
#CF2A5E (or 0xCF2A5E) is known color: Cerise. HEX triplet: CF, 2A and 5E. RGB value is (207,42,94). Sum of RGB (Red+Green+Blue) = 207+42+94=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2A5E is #30D5A1. Grayscale: #616161. Windows color (decimal): -3200418 or 6171343. OLE color: 6171343.
HSL color Cylindrical-coordinate representation of color #CF2A5E: hue angle of 341.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A5E is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 94 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.19 |
| HSL | 341.09º | 0.66% | 0.49% | - |
| HSV(B) | 341.09º | 0.8% | 0.81% | - |
| XYZ | 28.58 | 15.73 | 12.12 | - |
| YUV | 97.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 94 | 0 | 0.80 | 0.55 | 0.19 | 341.09 | 0.66 | 0.49 |
| Hex | CF | 2A | 5E | 0 | 50 | 37 | 13 | 155 | 42 | 31 |
| Octal | 317 | 52 | 136 | 0 | 120 | 67 | 23 | 525 | 102 | 61 |
| Binary | 11001111 | 101010 | 1011110 | 0 | 1010000 | 110111 | 10011 | 101010101 | 1000010 | 110001 |
Color Harmonies of #CF2A5E
Complementary color
Monochromatic Colors of #CF2A5E
Black with #CF2A5E
Text Example
Text Example
White with #CF2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A5E; }
p { color: rgb(207,42,94); }
H1.HeaderClassName
{
color: #CF2A5E;
}
.AnyTagClassName
{
color: #CF2A5E;
}
</style>
background-color css
<style>
a { background-color: #CF2A5E; }
a { background-color: rgb(207,42,94); }
div.DivClassName
{
background-color: #CF2A5E;
}
.BgClassName
{
background-color: #CF2A5E;
}
</style>
border-color css
<style>
span { border-color: #CF2A5E; }
span { border-color: rgb(207,42,94); }
td.TdClassName
{
border-color: #CF2A5E;
}
.TagClassName
{
border-color: #CF2A5E;
}
</style>