Shades of Cerise #CF295C
Tints of Cerise #CF295C
RGB
CMYK
RGB Variations
Color information
#CF295C (or 0xCF295C) is known color: Cerise. HEX triplet: CF, 29 and 5C. RGB value is (207,41,92). Sum of RGB (Red+Green+Blue) = 207+41+92=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF295C is #30D6A3. Grayscale: #606060. Windows color (decimal): -3200676 or 6040015. OLE color: 6040015.
HSL color Cylindrical-coordinate representation of color #CF295C: hue angle of 341.57º 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 #CF295C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 92 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.19 |
| HSL | 341.57º | 0.67% | 0.49% | - |
| HSV(B) | 341.57º | 0.8% | 0.81% | - |
| XYZ | 28.46 | 15.62 | 11.64 | - |
| YUV | 96.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 92 | 0 | 0.80 | 0.56 | 0.19 | 341.57 | 0.67 | 0.49 |
| Hex | CF | 29 | 5C | 0 | 50 | 38 | 13 | 156 | 43 | 31 |
| Octal | 317 | 51 | 134 | 0 | 120 | 70 | 23 | 526 | 103 | 61 |
| Binary | 11001111 | 101001 | 1011100 | 0 | 1010000 | 111000 | 10011 | 101010110 | 1000011 | 110001 |
Color Harmonies of #CF295C
Complementary color
Monochromatic Colors of #CF295C
Black with #CF295C
Text Example
Text Example
White with #CF295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF295C; }
p { color: rgb(207,41,92); }
H1.HeaderClassName
{
color: #CF295C;
}
.AnyTagClassName
{
color: #CF295C;
}
</style>
background-color css
<style>
a { background-color: #CF295C; }
a { background-color: rgb(207,41,92); }
div.DivClassName
{
background-color: #CF295C;
}
.BgClassName
{
background-color: #CF295C;
}
</style>
border-color css
<style>
span { border-color: #CF295C; }
span { border-color: rgb(207,41,92); }
td.TdClassName
{
border-color: #CF295C;
}
.TagClassName
{
border-color: #CF295C;
}
</style>