Shades of Cerise #CF296A
Tints of Cerise #CF296A
RGB
CMYK
RGB Variations
Color information
#CF296A (or 0xCF296A) is known color: Cerise. HEX triplet: CF, 29 and 6A. RGB value is (207,41,106). Sum of RGB (Red+Green+Blue) = 207+41+106=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF296A is #30D695. Grayscale: #616161. Windows color (decimal): -3200662 or 6957519. OLE color: 6957519.
HSL color Cylindrical-coordinate representation of color #CF296A: hue angle of 336.51º 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 #CF296A is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 106 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.19 |
| HSL | 336.51º | 0.67% | 0.49% | - |
| HSV(B) | 336.51º | 0.8% | 0.81% | - |
| XYZ | 29.13 | 15.89 | 15.17 | - |
| YUV | 98.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 106 | 0 | 0.80 | 0.49 | 0.19 | 336.51 | 0.67 | 0.49 |
| Hex | CF | 29 | 6A | 0 | 50 | 31 | 13 | 151 | 43 | 31 |
| Octal | 317 | 51 | 152 | 0 | 120 | 61 | 23 | 521 | 103 | 61 |
| Binary | 11001111 | 101001 | 1101010 | 0 | 1010000 | 110001 | 10011 | 101010001 | 1000011 | 110001 |
Color Harmonies of #CF296A
Complementary color
Monochromatic Colors of #CF296A
Black with #CF296A
Text Example
Text Example
White with #CF296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF296A; }
p { color: rgb(207,41,106); }
H1.HeaderClassName
{
color: #CF296A;
}
.AnyTagClassName
{
color: #CF296A;
}
</style>
background-color css
<style>
a { background-color: #CF296A; }
a { background-color: rgb(207,41,106); }
div.DivClassName
{
background-color: #CF296A;
}
.BgClassName
{
background-color: #CF296A;
}
</style>
border-color css
<style>
span { border-color: #CF296A; }
span { border-color: rgb(207,41,106); }
td.TdClassName
{
border-color: #CF296A;
}
.TagClassName
{
border-color: #CF296A;
}
</style>