Shades of Cerise #C82963
Tints of Cerise #C82963
RGB
CMYK
RGB Variations
Color information
#C82963 (or 0xC82963) is known color: Cerise. HEX triplet: C8, 29 and 63. RGB value is (200,41,99). Sum of RGB (Red+Green+Blue) = 200+41+99=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C82963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82963 is #37D69C. Grayscale: #5F5F5F. Windows color (decimal): -3659421 or 6498760. OLE color: 6498760.
HSL color Cylindrical-coordinate representation of color #C82963: hue angle of 338.11º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82963 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 99 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.22 |
| HSL | 338.11º | 0.66% | 0.47% | - |
| HSV(B) | 338.11º | 0.8% | 0.78% | - |
| XYZ | 26.86 | 14.77 | 13.24 | - |
| YUV | 95.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 99 | 0 | 0.80 | 0.50 | 0.22 | 338.11 | 0.66 | 0.47 |
| Hex | C8 | 29 | 63 | 0 | 50 | 32 | 16 | 152 | 42 | 2F |
| Octal | 310 | 51 | 143 | 0 | 120 | 62 | 26 | 522 | 102 | 57 |
| Binary | 11001000 | 101001 | 1100011 | 0 | 1010000 | 110010 | 10110 | 101010010 | 1000010 | 101111 |
Color Harmonies of #C82963
Complementary color
Monochromatic Colors of #C82963
Black with #C82963
Text Example
Text Example
White with #C82963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82963; }
p { color: rgb(200,41,99); }
H1.HeaderClassName
{
color: #C82963;
}
.AnyTagClassName
{
color: #C82963;
}
</style>
background-color css
<style>
a { background-color: #C82963; }
a { background-color: rgb(200,41,99); }
div.DivClassName
{
background-color: #C82963;
}
.BgClassName
{
background-color: #C82963;
}
</style>
border-color css
<style>
span { border-color: #C82963; }
span { border-color: rgb(200,41,99); }
td.TdClassName
{
border-color: #C82963;
}
.TagClassName
{
border-color: #C82963;
}
</style>