Shades of Cerise #CF2F5C
Tints of Cerise #CF2F5C
RGB
CMYK
RGB Variations
Color information
#CF2F5C (or 0xCF2F5C) is known color: Cerise. HEX triplet: CF, 2F and 5C. RGB value is (207,47,92). Sum of RGB (Red+Green+Blue) = 207+47+92=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F5C is #30D0A3. Grayscale: #636363. Windows color (decimal): -3199140 or 6041551. OLE color: 6041551.
HSL color Cylindrical-coordinate representation of color #CF2F5C: hue angle of 343.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F5C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 92 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.19 |
| HSL | 343.13º | 0.63% | 0.5% | - |
| HSV(B) | 343.13º | 0.77% | 0.81% | - |
| XYZ | 28.68 | 16.07 | 11.72 | - |
| YUV | 99.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 92 | 0 | 0.77 | 0.56 | 0.19 | 343.13 | 0.63 | 0.5 |
| Hex | CF | 2F | 5C | 0 | 4D | 38 | 13 | 157 | 3F | 32 |
| Octal | 317 | 57 | 134 | 0 | 115 | 70 | 23 | 527 | 77 | 62 |
| Binary | 11001111 | 101111 | 1011100 | 0 | 1001101 | 111000 | 10011 | 101010111 | 111111 | 110010 |
Color Harmonies of #CF2F5C
Complementary color
Monochromatic Colors of #CF2F5C
Black with #CF2F5C
Text Example
Text Example
White with #CF2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F5C; }
p { color: rgb(207,47,92); }
H1.HeaderClassName
{
color: #CF2F5C;
}
.AnyTagClassName
{
color: #CF2F5C;
}
</style>
background-color css
<style>
a { background-color: #CF2F5C; }
a { background-color: rgb(207,47,92); }
div.DivClassName
{
background-color: #CF2F5C;
}
.BgClassName
{
background-color: #CF2F5C;
}
</style>
border-color css
<style>
span { border-color: #CF2F5C; }
span { border-color: rgb(207,47,92); }
td.TdClassName
{
border-color: #CF2F5C;
}
.TagClassName
{
border-color: #CF2F5C;
}
</style>