Shades of Cerise #CF2D5B
Tints of Cerise #CF2D5B
RGB
CMYK
RGB Variations
Color information
#CF2D5B (or 0xCF2D5B) is known color: Cerise. HEX triplet: CF, 2D and 5B. RGB value is (207,45,91). Sum of RGB (Red+Green+Blue) = 207+45+91=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D5B is #30D2A4. Grayscale: #626262. Windows color (decimal): -3199653 or 5975503. OLE color: 5975503.
HSL color Cylindrical-coordinate representation of color #CF2D5B: hue angle of 342.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D5B is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 91 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.19 |
| HSL | 342.96º | 0.64% | 0.49% | - |
| HSV(B) | 342.96º | 0.78% | 0.81% | - |
| XYZ | 28.56 | 15.9 | 11.46 | - |
| YUV | 98.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 91 | 0 | 0.78 | 0.56 | 0.19 | 342.96 | 0.64 | 0.49 |
| Hex | CF | 2D | 5B | 0 | 4E | 38 | 13 | 157 | 40 | 31 |
| Octal | 317 | 55 | 133 | 0 | 116 | 70 | 23 | 527 | 100 | 61 |
| Binary | 11001111 | 101101 | 1011011 | 0 | 1001110 | 111000 | 10011 | 101010111 | 1000000 | 110001 |
Color Harmonies of #CF2D5B
Complementary color
Monochromatic Colors of #CF2D5B
Black with #CF2D5B
Text Example
Text Example
White with #CF2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D5B; }
p { color: rgb(207,45,91); }
H1.HeaderClassName
{
color: #CF2D5B;
}
.AnyTagClassName
{
color: #CF2D5B;
}
</style>
background-color css
<style>
a { background-color: #CF2D5B; }
a { background-color: rgb(207,45,91); }
div.DivClassName
{
background-color: #CF2D5B;
}
.BgClassName
{
background-color: #CF2D5B;
}
</style>
border-color css
<style>
span { border-color: #CF2D5B; }
span { border-color: rgb(207,45,91); }
td.TdClassName
{
border-color: #CF2D5B;
}
.TagClassName
{
border-color: #CF2D5B;
}
</style>