Shades of Cerise #C83964
Tints of Cerise #C83964
RGB
CMYK
RGB Variations
Color information
#C83964 (or 0xC83964) is known color: Cerise. HEX triplet: C8, 39 and 64. RGB value is (200,57,100). Sum of RGB (Red+Green+Blue) = 200+57+100=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C83964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83964 is #37C69B. Grayscale: #686868. Windows color (decimal): -3655324 or 6568392. OLE color: 6568392.
HSL color Cylindrical-coordinate representation of color #C83964: hue angle of 341.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83964 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 100 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.22 |
| HSL | 341.96º | 0.57% | 0.5% | - |
| HSV(B) | 341.96º | 0.72% | 0.78% | - |
| XYZ | 27.58 | 16.13 | 13.72 | - |
| YUV | 104.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 100 | 0 | 0.72 | 0.5 | 0.22 | 341.96 | 0.57 | 0.5 |
| Hex | C8 | 39 | 64 | 0 | 48 | 32 | 16 | 156 | 39 | 32 |
| Octal | 310 | 71 | 144 | 0 | 110 | 62 | 26 | 526 | 71 | 62 |
| Binary | 11001000 | 111001 | 1100100 | 0 | 1001000 | 110010 | 10110 | 101010110 | 111001 | 110010 |
Color Harmonies of #C83964
Complementary color
Monochromatic Colors of #C83964
Black with #C83964
Text Example
Text Example
White with #C83964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83964; }
p { color: rgb(200,57,100); }
H1.HeaderClassName
{
color: #C83964;
}
.AnyTagClassName
{
color: #C83964;
}
</style>
background-color css
<style>
a { background-color: #C83964; }
a { background-color: rgb(200,57,100); }
div.DivClassName
{
background-color: #C83964;
}
.BgClassName
{
background-color: #C83964;
}
</style>
border-color css
<style>
span { border-color: #C83964; }
span { border-color: rgb(200,57,100); }
td.TdClassName
{
border-color: #C83964;
}
.TagClassName
{
border-color: #C83964;
}
</style>