Shades of Cerise #CF2B5D
Tints of Cerise #CF2B5D
RGB
CMYK
RGB Variations
Color information
#CF2B5D (or 0xCF2B5D) is known color: Cerise. HEX triplet: CF, 2B and 5D. RGB value is (207,43,93). Sum of RGB (Red+Green+Blue) = 207+43+93=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B5D is #30D4A2. Grayscale: #616161. Windows color (decimal): -3200163 or 6106063. OLE color: 6106063.
HSL color Cylindrical-coordinate representation of color #CF2B5D: hue angle of 341.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B5D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 93 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.19 |
| HSL | 341.71º | 0.66% | 0.49% | - |
| HSV(B) | 341.71º | 0.79% | 0.81% | - |
| XYZ | 28.57 | 15.78 | 11.9 | - |
| YUV | 97.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 93 | 0 | 0.79 | 0.55 | 0.19 | 341.71 | 0.66 | 0.49 |
| Hex | CF | 2B | 5D | 0 | 4F | 37 | 13 | 156 | 42 | 31 |
| Octal | 317 | 53 | 135 | 0 | 117 | 67 | 23 | 526 | 102 | 61 |
| Binary | 11001111 | 101011 | 1011101 | 0 | 1001111 | 110111 | 10011 | 101010110 | 1000010 | 110001 |
Color Harmonies of #CF2B5D
Complementary color
Monochromatic Colors of #CF2B5D
Black with #CF2B5D
Text Example
Text Example
White with #CF2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B5D; }
p { color: rgb(207,43,93); }
H1.HeaderClassName
{
color: #CF2B5D;
}
.AnyTagClassName
{
color: #CF2B5D;
}
</style>
background-color css
<style>
a { background-color: #CF2B5D; }
a { background-color: rgb(207,43,93); }
div.DivClassName
{
background-color: #CF2B5D;
}
.BgClassName
{
background-color: #CF2B5D;
}
</style>
border-color css
<style>
span { border-color: #CF2B5D; }
span { border-color: rgb(207,43,93); }
td.TdClassName
{
border-color: #CF2B5D;
}
.TagClassName
{
border-color: #CF2B5D;
}
</style>