Shades of Cerise #C8325F
Tints of Cerise #C8325F
RGB
CMYK
RGB Variations
Color information
#C8325F (or 0xC8325F) is known color: Cerise. HEX triplet: C8, 32 and 5F. RGB value is (200,50,95). Sum of RGB (Red+Green+Blue) = 200+50+95=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8325F is #37CDA0. Grayscale: #636363. Windows color (decimal): -3657121 or 6238920. OLE color: 6238920.
HSL color Cylindrical-coordinate representation of color #C8325F: hue angle of 342º degrees, saturation: 0.6, 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 #C8325F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 95 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.22 |
| HSL | 342º | 0.6% | 0.49% | - |
| HSV(B) | 342º | 0.75% | 0.78% | - |
| XYZ | 27.03 | 15.39 | 12.37 | - |
| YUV | 99.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 95 | 0 | 0.75 | 0.52 | 0.22 | 342 | 0.6 | 0.49 |
| Hex | C8 | 32 | 5F | 0 | 4B | 34 | 16 | 156 | 3C | 31 |
| Octal | 310 | 62 | 137 | 0 | 113 | 64 | 26 | 526 | 74 | 61 |
| Binary | 11001000 | 110010 | 1011111 | 0 | 1001011 | 110100 | 10110 | 101010110 | 111100 | 110001 |
Color Harmonies of #C8325F
Complementary color
Monochromatic Colors of #C8325F
Black with #C8325F
Text Example
Text Example
White with #C8325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8325F; }
p { color: rgb(200,50,95); }
H1.HeaderClassName
{
color: #C8325F;
}
.AnyTagClassName
{
color: #C8325F;
}
</style>
background-color css
<style>
a { background-color: #C8325F; }
a { background-color: rgb(200,50,95); }
div.DivClassName
{
background-color: #C8325F;
}
.BgClassName
{
background-color: #C8325F;
}
</style>
border-color css
<style>
span { border-color: #C8325F; }
span { border-color: rgb(200,50,95); }
td.TdClassName
{
border-color: #C8325F;
}
.TagClassName
{
border-color: #C8325F;
}
</style>