Shades of Cerise #CF2A5F
Tints of Cerise #CF2A5F
RGB
CMYK
RGB Variations
Color information
#CF2A5F (or 0xCF2A5F) is known color: Cerise. HEX triplet: CF, 2A and 5F. RGB value is (207,42,95). Sum of RGB (Red+Green+Blue) = 207+42+95=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2A5F is #30D5A0. Grayscale: #616161. Windows color (decimal): -3200417 or 6236879. OLE color: 6236879.
HSL color Cylindrical-coordinate representation of color #CF2A5F: hue angle of 340.73º 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 #CF2A5F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 95 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.19 |
| HSL | 340.73º | 0.66% | 0.49% | - |
| HSV(B) | 340.73º | 0.8% | 0.81% | - |
| XYZ | 28.63 | 15.75 | 12.36 | - |
| YUV | 97.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 95 | 0 | 0.80 | 0.54 | 0.19 | 340.73 | 0.66 | 0.49 |
| Hex | CF | 2A | 5F | 0 | 50 | 36 | 13 | 155 | 42 | 31 |
| Octal | 317 | 52 | 137 | 0 | 120 | 66 | 23 | 525 | 102 | 61 |
| Binary | 11001111 | 101010 | 1011111 | 0 | 1010000 | 110110 | 10011 | 101010101 | 1000010 | 110001 |
Color Harmonies of #CF2A5F
Complementary color
Monochromatic Colors of #CF2A5F
Black with #CF2A5F
Text Example
Text Example
White with #CF2A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A5F; }
p { color: rgb(207,42,95); }
H1.HeaderClassName
{
color: #CF2A5F;
}
.AnyTagClassName
{
color: #CF2A5F;
}
</style>
background-color css
<style>
a { background-color: #CF2A5F; }
a { background-color: rgb(207,42,95); }
div.DivClassName
{
background-color: #CF2A5F;
}
.BgClassName
{
background-color: #CF2A5F;
}
</style>
border-color css
<style>
span { border-color: #CF2A5F; }
span { border-color: rgb(207,42,95); }
td.TdClassName
{
border-color: #CF2A5F;
}
.TagClassName
{
border-color: #CF2A5F;
}
</style>