Shades of Cerise #C8296D
Tints of Cerise #C8296D
RGB
CMYK
RGB Variations
Color information
#C8296D (or 0xC8296D) is known color: Cerise. HEX triplet: C8, 29 and 6D. RGB value is (200,41,109). Sum of RGB (Red+Green+Blue) = 200+41+109=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8296D is #37D692. Grayscale: #606060. Windows color (decimal): -3659411 or 7154120. OLE color: 7154120.
HSL color Cylindrical-coordinate representation of color #C8296D: hue angle of 334.34º 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 #C8296D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 109 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.22 |
| HSL | 334.34º | 0.66% | 0.47% | - |
| HSV(B) | 334.34º | 0.8% | 0.78% | - |
| XYZ | 27.37 | 14.97 | 15.91 | - |
| YUV | 96.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 109 | 0 | 0.80 | 0.46 | 0.22 | 334.34 | 0.66 | 0.47 |
| Hex | C8 | 29 | 6D | 0 | 50 | 2E | 16 | 14E | 42 | 2F |
| Octal | 310 | 51 | 155 | 0 | 120 | 56 | 26 | 516 | 102 | 57 |
| Binary | 11001000 | 101001 | 1101101 | 0 | 1010000 | 101110 | 10110 | 101001110 | 1000010 | 101111 |
Color Harmonies of #C8296D
Complementary color
Monochromatic Colors of #C8296D
Black with #C8296D
Text Example
Text Example
White with #C8296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8296D; }
p { color: rgb(200,41,109); }
H1.HeaderClassName
{
color: #C8296D;
}
.AnyTagClassName
{
color: #C8296D;
}
</style>
background-color css
<style>
a { background-color: #C8296D; }
a { background-color: rgb(200,41,109); }
div.DivClassName
{
background-color: #C8296D;
}
.BgClassName
{
background-color: #C8296D;
}
</style>
border-color css
<style>
span { border-color: #C8296D; }
span { border-color: rgb(200,41,109); }
td.TdClassName
{
border-color: #C8296D;
}
.TagClassName
{
border-color: #C8296D;
}
</style>