Shades of Cerise #C82561
Tints of Cerise #C82561
RGB
CMYK
RGB Variations
Color information
#C82561 (or 0xC82561) is known color: Cerise. HEX triplet: C8, 25 and 61. RGB value is (200,37,97). Sum of RGB (Red+Green+Blue) = 200+37+97=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C82561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82561 is #37DA9E. Grayscale: #5C5C5C. Windows color (decimal): -3660447 or 6366664. OLE color: 6366664.
HSL color Cylindrical-coordinate representation of color #C82561: hue angle of 337.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82561 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 97 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.22 |
| HSL | 337.91º | 0.69% | 0.46% | - |
| HSV(B) | 337.91º | 0.82% | 0.78% | - |
| XYZ | 26.64 | 14.47 | 12.7 | - |
| YUV | 92.58 | 130.5 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 97 | 0 | 0.82 | 0.52 | 0.22 | 337.91 | 0.69 | 0.46 |
| Hex | C8 | 25 | 61 | 0 | 52 | 34 | 16 | 152 | 45 | 2E |
| Octal | 310 | 45 | 141 | 0 | 122 | 64 | 26 | 522 | 105 | 56 |
| Binary | 11001000 | 100101 | 1100001 | 0 | 1010010 | 110100 | 10110 | 101010010 | 1000101 | 101110 |
Color Harmonies of #C82561
Complementary color
Monochromatic Colors of #C82561
Black with #C82561
Text Example
Text Example
White with #C82561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82561; }
p { color: rgb(200,37,97); }
H1.HeaderClassName
{
color: #C82561;
}
.AnyTagClassName
{
color: #C82561;
}
</style>
background-color css
<style>
a { background-color: #C82561; }
a { background-color: rgb(200,37,97); }
div.DivClassName
{
background-color: #C82561;
}
.BgClassName
{
background-color: #C82561;
}
</style>
border-color css
<style>
span { border-color: #C82561; }
span { border-color: rgb(200,37,97); }
td.TdClassName
{
border-color: #C82561;
}
.TagClassName
{
border-color: #C82561;
}
</style>