Shades of Cerise #C4316C
Tints of Cerise #C4316C
RGB
CMYK
RGB Variations
Color information
#C4316C (or 0xC4316C) is known color: Cerise. HEX triplet: C4, 31 and 6C. RGB value is (196,49,108). Sum of RGB (Red+Green+Blue) = 196+49+108=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4316C is #3BCE93. Grayscale: #636363. Windows color (decimal): -3919508 or 7090628. OLE color: 7090628.
HSL color Cylindrical-coordinate representation of color #C4316C: hue angle of 335.92º 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 #C4316C is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 108 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.23 |
| HSL | 335.92º | 0.6% | 0.48% | - |
| HSV(B) | 335.92º | 0.75% | 0.77% | - |
| XYZ | 26.57 | 15.02 | 15.69 | - |
| YUV | 99.68 | 132.7 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 108 | 0 | 0.75 | 0.45 | 0.23 | 335.92 | 0.6 | 0.48 |
| Hex | C4 | 31 | 6C | 0 | 4B | 2D | 17 | 150 | 3C | 30 |
| Octal | 304 | 61 | 154 | 0 | 113 | 55 | 27 | 520 | 74 | 60 |
| Binary | 11000100 | 110001 | 1101100 | 0 | 1001011 | 101101 | 10111 | 101010000 | 111100 | 110000 |
Color Harmonies of #C4316C
Complementary color
Monochromatic Colors of #C4316C
Black with #C4316C
Text Example
Text Example
White with #C4316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4316C; }
p { color: rgb(196,49,108); }
H1.HeaderClassName
{
color: #C4316C;
}
.AnyTagClassName
{
color: #C4316C;
}
</style>
background-color css
<style>
a { background-color: #C4316C; }
a { background-color: rgb(196,49,108); }
div.DivClassName
{
background-color: #C4316C;
}
.BgClassName
{
background-color: #C4316C;
}
</style>
border-color css
<style>
span { border-color: #C4316C; }
span { border-color: rgb(196,49,108); }
td.TdClassName
{
border-color: #C4316C;
}
.TagClassName
{
border-color: #C4316C;
}
</style>