Shades of Cerise #CF295B
Tints of Cerise #CF295B
RGB
CMYK
RGB Variations
Color information
#CF295B (or 0xCF295B) is known color: Cerise. HEX triplet: CF, 29 and 5B. RGB value is (207,41,91). Sum of RGB (Red+Green+Blue) = 207+41+91=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF295B is #30D6A4. Grayscale: #606060. Windows color (decimal): -3200677 or 5974479. OLE color: 5974479.
HSL color Cylindrical-coordinate representation of color #CF295B: hue angle of 341.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF295B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 91 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.19 |
| HSL | 341.93º | 0.67% | 0.49% | - |
| HSV(B) | 341.93º | 0.8% | 0.81% | - |
| XYZ | 28.41 | 15.61 | 11.41 | - |
| YUV | 96.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 91 | 0 | 0.80 | 0.56 | 0.19 | 341.93 | 0.67 | 0.49 |
| Hex | CF | 29 | 5B | 0 | 50 | 38 | 13 | 156 | 43 | 31 |
| Octal | 317 | 51 | 133 | 0 | 120 | 70 | 23 | 526 | 103 | 61 |
| Binary | 11001111 | 101001 | 1011011 | 0 | 1010000 | 111000 | 10011 | 101010110 | 1000011 | 110001 |
Color Harmonies of #CF295B
Complementary color
Monochromatic Colors of #CF295B
Black with #CF295B
Text Example
Text Example
White with #CF295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF295B; }
p { color: rgb(207,41,91); }
H1.HeaderClassName
{
color: #CF295B;
}
.AnyTagClassName
{
color: #CF295B;
}
</style>
background-color css
<style>
a { background-color: #CF295B; }
a { background-color: rgb(207,41,91); }
div.DivClassName
{
background-color: #CF295B;
}
.BgClassName
{
background-color: #CF295B;
}
</style>
border-color css
<style>
span { border-color: #CF295B; }
span { border-color: rgb(207,41,91); }
td.TdClassName
{
border-color: #CF295B;
}
.TagClassName
{
border-color: #CF295B;
}
</style>