Shades of Cerise #C8326F
Tints of Cerise #C8326F
RGB
CMYK
RGB Variations
Color information
#C8326F (or 0xC8326F) is known color: Cerise. HEX triplet: C8, 32 and 6F. RGB value is (200,50,111). Sum of RGB (Red+Green+Blue) = 200+50+111=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8326F is #37CD90. Grayscale: #656565. Windows color (decimal): -3657105 or 7287496. OLE color: 7287496.
HSL color Cylindrical-coordinate representation of color #C8326F: hue angle of 335.6º 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 #C8326F is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 111 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.22 |
| HSL | 335.6º | 0.6% | 0.49% | - |
| HSV(B) | 335.6º | 0.75% | 0.78% | - |
| XYZ | 27.83 | 15.71 | 16.6 | - |
| YUV | 101.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 111 | 0 | 0.75 | 0.44 | 0.22 | 335.6 | 0.6 | 0.49 |
| Hex | C8 | 32 | 6F | 0 | 4B | 2C | 16 | 150 | 3C | 31 |
| Octal | 310 | 62 | 157 | 0 | 113 | 54 | 26 | 520 | 74 | 61 |
| Binary | 11001000 | 110010 | 1101111 | 0 | 1001011 | 101100 | 10110 | 101010000 | 111100 | 110001 |
Color Harmonies of #C8326F
Complementary color
Monochromatic Colors of #C8326F
Black with #C8326F
Text Example
Text Example
White with #C8326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8326F; }
p { color: rgb(200,50,111); }
H1.HeaderClassName
{
color: #C8326F;
}
.AnyTagClassName
{
color: #C8326F;
}
</style>
background-color css
<style>
a { background-color: #C8326F; }
a { background-color: rgb(200,50,111); }
div.DivClassName
{
background-color: #C8326F;
}
.BgClassName
{
background-color: #C8326F;
}
</style>
border-color css
<style>
span { border-color: #C8326F; }
span { border-color: rgb(200,50,111); }
td.TdClassName
{
border-color: #C8326F;
}
.TagClassName
{
border-color: #C8326F;
}
</style>