Shades of Cerise #CF2F5B
Tints of Cerise #CF2F5B
RGB
CMYK
RGB Variations
Color information
#CF2F5B (or 0xCF2F5B) is known color: Cerise. HEX triplet: CF, 2F and 5B. RGB value is (207,47,91). Sum of RGB (Red+Green+Blue) = 207+47+91=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F5B is #30D0A4. Grayscale: #636363. Windows color (decimal): -3199141 or 5976015. OLE color: 5976015.
HSL color Cylindrical-coordinate representation of color #CF2F5B: hue angle of 343.5º 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 #CF2F5B is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 91 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.19 |
| HSL | 343.5º | 0.63% | 0.5% | - |
| HSV(B) | 343.5º | 0.77% | 0.81% | - |
| XYZ | 28.64 | 16.05 | 11.49 | - |
| YUV | 99.86 | 123.01 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 91 | 0 | 0.77 | 0.56 | 0.19 | 343.5 | 0.63 | 0.5 |
| Hex | CF | 2F | 5B | 0 | 4D | 38 | 13 | 158 | 3F | 32 |
| Octal | 317 | 57 | 133 | 0 | 115 | 70 | 23 | 530 | 77 | 62 |
| Binary | 11001111 | 101111 | 1011011 | 0 | 1001101 | 111000 | 10011 | 101011000 | 111111 | 110010 |
Color Harmonies of #CF2F5B
Complementary color
Monochromatic Colors of #CF2F5B
Black with #CF2F5B
Text Example
Text Example
White with #CF2F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F5B; }
p { color: rgb(207,47,91); }
H1.HeaderClassName
{
color: #CF2F5B;
}
.AnyTagClassName
{
color: #CF2F5B;
}
</style>
background-color css
<style>
a { background-color: #CF2F5B; }
a { background-color: rgb(207,47,91); }
div.DivClassName
{
background-color: #CF2F5B;
}
.BgClassName
{
background-color: #CF2F5B;
}
</style>
border-color css
<style>
span { border-color: #CF2F5B; }
span { border-color: rgb(207,47,91); }
td.TdClassName
{
border-color: #CF2F5B;
}
.TagClassName
{
border-color: #CF2F5B;
}
</style>