Shades of Cerise #CF2F5A
Tints of Cerise #CF2F5A
RGB
CMYK
RGB Variations
Color information
#CF2F5A (or 0xCF2F5A) is known color: Cerise. HEX triplet: CF, 2F and 5A. RGB value is (207,47,90). Sum of RGB (Red+Green+Blue) = 207+47+90=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F5A is #30D0A5. Grayscale: #636363. Windows color (decimal): -3199142 or 5910479. OLE color: 5910479.
HSL color Cylindrical-coordinate representation of color #CF2F5A: hue angle of 343.88º 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 #CF2F5A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 90 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.19 |
| HSL | 343.88º | 0.63% | 0.5% | - |
| HSV(B) | 343.88º | 0.77% | 0.81% | - |
| XYZ | 28.59 | 16.04 | 11.26 | - |
| YUV | 99.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 90 | 0 | 0.77 | 0.57 | 0.19 | 343.88 | 0.63 | 0.5 |
| Hex | CF | 2F | 5A | 0 | 4D | 39 | 13 | 158 | 3F | 32 |
| Octal | 317 | 57 | 132 | 0 | 115 | 71 | 23 | 530 | 77 | 62 |
| Binary | 11001111 | 101111 | 1011010 | 0 | 1001101 | 111001 | 10011 | 101011000 | 111111 | 110010 |
Color Harmonies of #CF2F5A
Complementary color
Monochromatic Colors of #CF2F5A
Black with #CF2F5A
Text Example
Text Example
White with #CF2F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F5A; }
p { color: rgb(207,47,90); }
H1.HeaderClassName
{
color: #CF2F5A;
}
.AnyTagClassName
{
color: #CF2F5A;
}
</style>
background-color css
<style>
a { background-color: #CF2F5A; }
a { background-color: rgb(207,47,90); }
div.DivClassName
{
background-color: #CF2F5A;
}
.BgClassName
{
background-color: #CF2F5A;
}
</style>
border-color css
<style>
span { border-color: #CF2F5A; }
span { border-color: rgb(207,47,90); }
td.TdClassName
{
border-color: #CF2F5A;
}
.TagClassName
{
border-color: #CF2F5A;
}
</style>