Shades of Cerise #C82F62
Tints of Cerise #C82F62
RGB
CMYK
RGB Variations
Color information
#C82F62 (or 0xC82F62) is known color: Cerise. HEX triplet: C8, 2F and 62. RGB value is (200,47,98). Sum of RGB (Red+Green+Blue) = 200+47+98=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F62 is #37D09D. Grayscale: #626262. Windows color (decimal): -3657886 or 6434760. OLE color: 6434760.
HSL color Cylindrical-coordinate representation of color #C82F62: hue angle of 340º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F62 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 98 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.22 |
| HSL | 340º | 0.62% | 0.48% | - |
| HSV(B) | 340º | 0.77% | 0.78% | - |
| XYZ | 27.04 | 15.19 | 13.06 | - |
| YUV | 98.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 98 | 0 | 0.76 | 0.51 | 0.22 | 340 | 0.62 | 0.48 |
| Hex | C8 | 2F | 62 | 0 | 4C | 33 | 16 | 154 | 3E | 30 |
| Octal | 310 | 57 | 142 | 0 | 114 | 63 | 26 | 524 | 76 | 60 |
| Binary | 11001000 | 101111 | 1100010 | 0 | 1001100 | 110011 | 10110 | 101010100 | 111110 | 110000 |
Color Harmonies of #C82F62
Complementary color
Monochromatic Colors of #C82F62
Black with #C82F62
Text Example
Text Example
White with #C82F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F62; }
p { color: rgb(200,47,98); }
H1.HeaderClassName
{
color: #C82F62;
}
.AnyTagClassName
{
color: #C82F62;
}
</style>
background-color css
<style>
a { background-color: #C82F62; }
a { background-color: rgb(200,47,98); }
div.DivClassName
{
background-color: #C82F62;
}
.BgClassName
{
background-color: #C82F62;
}
</style>
border-color css
<style>
span { border-color: #C82F62; }
span { border-color: rgb(200,47,98); }
td.TdClassName
{
border-color: #C82F62;
}
.TagClassName
{
border-color: #C82F62;
}
</style>