Shades of Cerise #C83C61
Tints of Cerise #C83C61
RGB
CMYK
RGB Variations
Color information
#C83C61 (or 0xC83C61) is known color: Cerise. HEX triplet: C8, 3C and 61. RGB value is (200,60,97). Sum of RGB (Red+Green+Blue) = 200+60+97=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C61 is #37C39E. Grayscale: #6A6A6A. Windows color (decimal): -3654559 or 6372552. OLE color: 6372552.
HSL color Cylindrical-coordinate representation of color #C83C61: hue angle of 344.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C61 is Cyan = 0, Magento = 0.7, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 97 | - |
| CMYK | 0 | 0.7 | 0.52 | 0.22 |
| HSL | 344.14º | 0.56% | 0.51% | - |
| HSV(B) | 344.14º | 0.7% | 0.78% | - |
| XYZ | 27.59 | 16.37 | 13.02 | - |
| YUV | 106.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 97 | 0 | 0.7 | 0.52 | 0.22 | 344.14 | 0.56 | 0.51 |
| Hex | C8 | 3C | 61 | 0 | 46 | 34 | 16 | 158 | 38 | 33 |
| Octal | 310 | 74 | 141 | 0 | 106 | 64 | 26 | 530 | 70 | 63 |
| Binary | 11001000 | 111100 | 1100001 | 0 | 1000110 | 110100 | 10110 | 101011000 | 111000 | 110011 |
Color Harmonies of #C83C61
Complementary color
Monochromatic Colors of #C83C61
Black with #C83C61
Text Example
Text Example
White with #C83C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C61; }
p { color: rgb(200,60,97); }
H1.HeaderClassName
{
color: #C83C61;
}
.AnyTagClassName
{
color: #C83C61;
}
</style>
background-color css
<style>
a { background-color: #C83C61; }
a { background-color: rgb(200,60,97); }
div.DivClassName
{
background-color: #C83C61;
}
.BgClassName
{
background-color: #C83C61;
}
</style>
border-color css
<style>
span { border-color: #C83C61; }
span { border-color: rgb(200,60,97); }
td.TdClassName
{
border-color: #C83C61;
}
.TagClassName
{
border-color: #C83C61;
}
</style>