Shades of Cerise #C8296F
Tints of Cerise #C8296F
RGB
CMYK
RGB Variations
Color information
#C8296F (or 0xC8296F) is known color: Cerise. HEX triplet: C8, 29 and 6F. RGB value is (200,41,111). Sum of RGB (Red+Green+Blue) = 200+41+111=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C8296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8296F is #37D690. Grayscale: #606060. Windows color (decimal): -3659409 or 7285192. OLE color: 7285192.
HSL color Cylindrical-coordinate representation of color #C8296F: hue angle of 333.58º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8296F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 111 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.22 |
| HSL | 333.58º | 0.66% | 0.47% | - |
| HSV(B) | 333.58º | 0.8% | 0.78% | - |
| XYZ | 27.48 | 15.01 | 16.49 | - |
| YUV | 96.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 111 | 0 | 0.80 | 0.44 | 0.22 | 333.58 | 0.66 | 0.47 |
| Hex | C8 | 29 | 6F | 0 | 50 | 2C | 16 | 14E | 42 | 2F |
| Octal | 310 | 51 | 157 | 0 | 120 | 54 | 26 | 516 | 102 | 57 |
| Binary | 11001000 | 101001 | 1101111 | 0 | 1010000 | 101100 | 10110 | 101001110 | 1000010 | 101111 |
Color Harmonies of #C8296F
Complementary color
Monochromatic Colors of #C8296F
Black with #C8296F
Text Example
Text Example
White with #C8296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8296F; }
p { color: rgb(200,41,111); }
H1.HeaderClassName
{
color: #C8296F;
}
.AnyTagClassName
{
color: #C8296F;
}
</style>
background-color css
<style>
a { background-color: #C8296F; }
a { background-color: rgb(200,41,111); }
div.DivClassName
{
background-color: #C8296F;
}
.BgClassName
{
background-color: #C8296F;
}
</style>
border-color css
<style>
span { border-color: #C8296F; }
span { border-color: rgb(200,41,111); }
td.TdClassName
{
border-color: #C8296F;
}
.TagClassName
{
border-color: #C8296F;
}
</style>