Shades of Cerise #C82565
Tints of Cerise #C82565
RGB
CMYK
RGB Variations
Color information
#C82565 (or 0xC82565) is known color: Cerise. HEX triplet: C8, 25 and 65. RGB value is (200,37,101). Sum of RGB (Red+Green+Blue) = 200+37+101=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C82565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82565 is #37DA9A. Grayscale: #5C5C5C. Windows color (decimal): -3660443 or 6628808. OLE color: 6628808.
HSL color Cylindrical-coordinate representation of color #C82565: hue angle of 336.44º 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 #C82565 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 101 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.22 |
| HSL | 336.44º | 0.69% | 0.46% | - |
| HSV(B) | 336.44º | 0.82% | 0.78% | - |
| XYZ | 26.83 | 14.54 | 13.7 | - |
| YUV | 93.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 101 | 0 | 0.82 | 0.49 | 0.22 | 336.44 | 0.69 | 0.46 |
| Hex | C8 | 25 | 65 | 0 | 52 | 31 | 16 | 150 | 45 | 2E |
| Octal | 310 | 45 | 145 | 0 | 122 | 61 | 26 | 520 | 105 | 56 |
| Binary | 11001000 | 100101 | 1100101 | 0 | 1010010 | 110001 | 10110 | 101010000 | 1000101 | 101110 |
Color Harmonies of #C82565
Complementary color
Monochromatic Colors of #C82565
Black with #C82565
Text Example
Text Example
White with #C82565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82565; }
p { color: rgb(200,37,101); }
H1.HeaderClassName
{
color: #C82565;
}
.AnyTagClassName
{
color: #C82565;
}
</style>
background-color css
<style>
a { background-color: #C82565; }
a { background-color: rgb(200,37,101); }
div.DivClassName
{
background-color: #C82565;
}
.BgClassName
{
background-color: #C82565;
}
</style>
border-color css
<style>
span { border-color: #C82565; }
span { border-color: rgb(200,37,101); }
td.TdClassName
{
border-color: #C82565;
}
.TagClassName
{
border-color: #C82565;
}
</style>