Shades of Cerise #C8315F
Tints of Cerise #C8315F
RGB
CMYK
RGB Variations
Color information
#C8315F (or 0xC8315F) is known color: Cerise. HEX triplet: C8, 31 and 5F. RGB value is (200,49,95). Sum of RGB (Red+Green+Blue) = 200+49+95=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8315F is #37CEA0. Grayscale: #636363. Windows color (decimal): -3657377 or 6238664. OLE color: 6238664.
HSL color Cylindrical-coordinate representation of color #C8315F: hue angle of 341.72º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8315F is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 95 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.22 |
| HSL | 341.72º | 0.61% | 0.49% | - |
| HSV(B) | 341.72º | 0.76% | 0.78% | - |
| XYZ | 26.98 | 15.3 | 12.36 | - |
| YUV | 99.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 95 | 0 | 0.76 | 0.52 | 0.22 | 341.72 | 0.61 | 0.49 |
| Hex | C8 | 31 | 5F | 0 | 4C | 34 | 16 | 156 | 3D | 31 |
| Octal | 310 | 61 | 137 | 0 | 114 | 64 | 26 | 526 | 75 | 61 |
| Binary | 11001000 | 110001 | 1011111 | 0 | 1001100 | 110100 | 10110 | 101010110 | 111101 | 110001 |
Color Harmonies of #C8315F
Complementary color
Monochromatic Colors of #C8315F
Black with #C8315F
Text Example
Text Example
White with #C8315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8315F; }
p { color: rgb(200,49,95); }
H1.HeaderClassName
{
color: #C8315F;
}
.AnyTagClassName
{
color: #C8315F;
}
</style>
background-color css
<style>
a { background-color: #C8315F; }
a { background-color: rgb(200,49,95); }
div.DivClassName
{
background-color: #C8315F;
}
.BgClassName
{
background-color: #C8315F;
}
</style>
border-color css
<style>
span { border-color: #C8315F; }
span { border-color: rgb(200,49,95); }
td.TdClassName
{
border-color: #C8315F;
}
.TagClassName
{
border-color: #C8315F;
}
</style>