Shades of Cerise #CF296C
Tints of Cerise #CF296C
RGB
CMYK
RGB Variations
Color information
#CF296C (or 0xCF296C) is known color: Cerise. HEX triplet: CF, 29 and 6C. RGB value is (207,41,108). Sum of RGB (Red+Green+Blue) = 207+41+108=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF296C is #30D693. Grayscale: #626262. Windows color (decimal): -3200660 or 7088591. OLE color: 7088591.
HSL color Cylindrical-coordinate representation of color #CF296C: hue angle of 335.78º 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 #CF296C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 108 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.19 |
| HSL | 335.78º | 0.67% | 0.49% | - |
| HSV(B) | 335.78º | 0.8% | 0.81% | - |
| XYZ | 29.23 | 15.93 | 15.72 | - |
| YUV | 98.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 108 | 0 | 0.80 | 0.48 | 0.19 | 335.78 | 0.67 | 0.49 |
| Hex | CF | 29 | 6C | 0 | 50 | 30 | 13 | 150 | 43 | 31 |
| Octal | 317 | 51 | 154 | 0 | 120 | 60 | 23 | 520 | 103 | 61 |
| Binary | 11001111 | 101001 | 1101100 | 0 | 1010000 | 110000 | 10011 | 101010000 | 1000011 | 110001 |
Color Harmonies of #CF296C
Complementary color
Monochromatic Colors of #CF296C
Black with #CF296C
Text Example
Text Example
White with #CF296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF296C; }
p { color: rgb(207,41,108); }
H1.HeaderClassName
{
color: #CF296C;
}
.AnyTagClassName
{
color: #CF296C;
}
</style>
background-color css
<style>
a { background-color: #CF296C; }
a { background-color: rgb(207,41,108); }
div.DivClassName
{
background-color: #CF296C;
}
.BgClassName
{
background-color: #CF296C;
}
</style>
border-color css
<style>
span { border-color: #CF296C; }
span { border-color: rgb(207,41,108); }
td.TdClassName
{
border-color: #CF296C;
}
.TagClassName
{
border-color: #CF296C;
}
</style>