Shades of Cerise #C83B61
Tints of Cerise #C83B61
RGB
CMYK
RGB Variations
Color information
#C83B61 (or 0xC83B61) is known color: Cerise. HEX triplet: C8, 3B and 61. RGB value is (200,59,97). Sum of RGB (Red+Green+Blue) = 200+59+97=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B61 is #37C49E. Grayscale: #696969. Windows color (decimal): -3654815 or 6372296. OLE color: 6372296.
HSL color Cylindrical-coordinate representation of color #C83B61: hue angle of 343.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83B61 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 97 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.22 |
| HSL | 343.83º | 0.56% | 0.51% | - |
| HSV(B) | 343.83º | 0.71% | 0.78% | - |
| XYZ | 27.54 | 16.27 | 13 | - |
| YUV | 105.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 97 | 0 | 0.70 | 0.52 | 0.22 | 343.83 | 0.56 | 0.51 |
| Hex | C8 | 3B | 61 | 0 | 46 | 34 | 16 | 158 | 38 | 33 |
| Octal | 310 | 73 | 141 | 0 | 106 | 64 | 26 | 530 | 70 | 63 |
| Binary | 11001000 | 111011 | 1100001 | 0 | 1000110 | 110100 | 10110 | 101011000 | 111000 | 110011 |
Color Harmonies of #C83B61
Complementary color
Monochromatic Colors of #C83B61
Black with #C83B61
Text Example
Text Example
White with #C83B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83B61; }
p { color: rgb(200,59,97); }
H1.HeaderClassName
{
color: #C83B61;
}
.AnyTagClassName
{
color: #C83B61;
}
</style>
background-color css
<style>
a { background-color: #C83B61; }
a { background-color: rgb(200,59,97); }
div.DivClassName
{
background-color: #C83B61;
}
.BgClassName
{
background-color: #C83B61;
}
</style>
border-color css
<style>
span { border-color: #C83B61; }
span { border-color: rgb(200,59,97); }
td.TdClassName
{
border-color: #C83B61;
}
.TagClassName
{
border-color: #C83B61;
}
</style>