Shades of Cerise #C83360
Tints of Cerise #C83360
RGB
CMYK
RGB Variations
Color information
#C83360 (or 0xC83360) is known color: Cerise. HEX triplet: C8, 33 and 60. RGB value is (200,51,96). Sum of RGB (Red+Green+Blue) = 200+51+96=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C83360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83360 is #37CC9F. Grayscale: #646464. Windows color (decimal): -3656864 or 6304712. OLE color: 6304712.
HSL color Cylindrical-coordinate representation of color #C83360: hue angle of 341.88º degrees, saturation: 0.59, 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 #C83360 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 96 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.22 |
| HSL | 341.88º | 0.59% | 0.49% | - |
| HSV(B) | 341.88º | 0.75% | 0.78% | - |
| XYZ | 27.11 | 15.49 | 12.63 | - |
| YUV | 100.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 96 | 0 | 0.74 | 0.52 | 0.22 | 341.88 | 0.59 | 0.49 |
| Hex | C8 | 33 | 60 | 0 | 4A | 34 | 16 | 156 | 3B | 31 |
| Octal | 310 | 63 | 140 | 0 | 112 | 64 | 26 | 526 | 73 | 61 |
| Binary | 11001000 | 110011 | 1100000 | 0 | 1001010 | 110100 | 10110 | 101010110 | 111011 | 110001 |
Color Harmonies of #C83360
Complementary color
Monochromatic Colors of #C83360
Black with #C83360
Text Example
Text Example
White with #C83360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83360; }
p { color: rgb(200,51,96); }
H1.HeaderClassName
{
color: #C83360;
}
.AnyTagClassName
{
color: #C83360;
}
</style>
background-color css
<style>
a { background-color: #C83360; }
a { background-color: rgb(200,51,96); }
div.DivClassName
{
background-color: #C83360;
}
.BgClassName
{
background-color: #C83360;
}
</style>
border-color css
<style>
span { border-color: #C83360; }
span { border-color: rgb(200,51,96); }
td.TdClassName
{
border-color: #C83360;
}
.TagClassName
{
border-color: #C83360;
}
</style>