Shades of Cerise #C82E62
Tints of Cerise #C82E62
RGB
CMYK
RGB Variations
Color information
#C82E62 (or 0xC82E62) is known color: Cerise. HEX triplet: C8, 2E and 62. RGB value is (200,46,98). Sum of RGB (Red+Green+Blue) = 200+46+98=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E62 is #37D19D. Grayscale: #616161. Windows color (decimal): -3658142 or 6434504. OLE color: 6434504.
HSL color Cylindrical-coordinate representation of color #C82E62: hue angle of 339.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E62 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 98 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.22 |
| HSL | 339.74º | 0.63% | 0.48% | - |
| HSV(B) | 339.74º | 0.77% | 0.78% | - |
| XYZ | 27 | 15.12 | 13.05 | - |
| YUV | 97.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 98 | 0 | 0.77 | 0.51 | 0.22 | 339.74 | 0.63 | 0.48 |
| Hex | C8 | 2E | 62 | 0 | 4D | 33 | 16 | 154 | 3F | 30 |
| Octal | 310 | 56 | 142 | 0 | 115 | 63 | 26 | 524 | 77 | 60 |
| Binary | 11001000 | 101110 | 1100010 | 0 | 1001101 | 110011 | 10110 | 101010100 | 111111 | 110000 |
Color Harmonies of #C82E62
Complementary color
Monochromatic Colors of #C82E62
Black with #C82E62
Text Example
Text Example
White with #C82E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E62; }
p { color: rgb(200,46,98); }
H1.HeaderClassName
{
color: #C82E62;
}
.AnyTagClassName
{
color: #C82E62;
}
</style>
background-color css
<style>
a { background-color: #C82E62; }
a { background-color: rgb(200,46,98); }
div.DivClassName
{
background-color: #C82E62;
}
.BgClassName
{
background-color: #C82E62;
}
</style>
border-color css
<style>
span { border-color: #C82E62; }
span { border-color: rgb(200,46,98); }
td.TdClassName
{
border-color: #C82E62;
}
.TagClassName
{
border-color: #C82E62;
}
</style>