Shades of Cerise #C4316D
Tints of Cerise #C4316D
RGB
CMYK
RGB Variations
Color information
#C4316D (or 0xC4316D) is known color: Cerise. HEX triplet: C4, 31 and 6D. RGB value is (196,49,109). Sum of RGB (Red+Green+Blue) = 196+49+109=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4316D is #3BCE92. Grayscale: #636363. Windows color (decimal): -3919507 or 7156164. OLE color: 7156164.
HSL color Cylindrical-coordinate representation of color #C4316D: hue angle of 335.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4316D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 109 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.23 |
| HSL | 335.51º | 0.6% | 0.48% | - |
| HSV(B) | 335.51º | 0.75% | 0.77% | - |
| XYZ | 26.62 | 15.04 | 15.97 | - |
| YUV | 99.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 109 | 0 | 0.75 | 0.44 | 0.23 | 335.51 | 0.6 | 0.48 |
| Hex | C4 | 31 | 6D | 0 | 4B | 2C | 17 | 150 | 3C | 30 |
| Octal | 304 | 61 | 155 | 0 | 113 | 54 | 27 | 520 | 74 | 60 |
| Binary | 11000100 | 110001 | 1101101 | 0 | 1001011 | 101100 | 10111 | 101010000 | 111100 | 110000 |
Color Harmonies of #C4316D
Complementary color
Monochromatic Colors of #C4316D
Black with #C4316D
Text Example
Text Example
White with #C4316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4316D; }
p { color: rgb(196,49,109); }
H1.HeaderClassName
{
color: #C4316D;
}
.AnyTagClassName
{
color: #C4316D;
}
</style>
background-color css
<style>
a { background-color: #C4316D; }
a { background-color: rgb(196,49,109); }
div.DivClassName
{
background-color: #C4316D;
}
.BgClassName
{
background-color: #C4316D;
}
</style>
border-color css
<style>
span { border-color: #C4316D; }
span { border-color: rgb(196,49,109); }
td.TdClassName
{
border-color: #C4316D;
}
.TagClassName
{
border-color: #C4316D;
}
</style>