Shades of Cerise #C82463
Tints of Cerise #C82463
RGB
CMYK
RGB Variations
Color information
#C82463 (or 0xC82463) is known color: Cerise. HEX triplet: C8, 24 and 63. RGB value is (200,36,99). Sum of RGB (Red+Green+Blue) = 200+36+99=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C82463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82463 is #37DB9C. Grayscale: #5C5C5C. Windows color (decimal): -3660701 or 6497480. OLE color: 6497480.
HSL color Cylindrical-coordinate representation of color #C82463: hue angle of 336.95º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82463 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 99 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.22 |
| HSL | 336.95º | 0.69% | 0.46% | - |
| HSV(B) | 336.95º | 0.82% | 0.78% | - |
| XYZ | 26.7 | 14.44 | 13.18 | - |
| YUV | 92.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 99 | 0 | 0.82 | 0.50 | 0.22 | 336.95 | 0.69 | 0.46 |
| Hex | C8 | 24 | 63 | 0 | 52 | 32 | 16 | 151 | 45 | 2E |
| Octal | 310 | 44 | 143 | 0 | 122 | 62 | 26 | 521 | 105 | 56 |
| Binary | 11001000 | 100100 | 1100011 | 0 | 1010010 | 110010 | 10110 | 101010001 | 1000101 | 101110 |
Color Harmonies of #C82463
Complementary color
Monochromatic Colors of #C82463
Black with #C82463
Text Example
Text Example
White with #C82463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82463; }
p { color: rgb(200,36,99); }
H1.HeaderClassName
{
color: #C82463;
}
.AnyTagClassName
{
color: #C82463;
}
</style>
background-color css
<style>
a { background-color: #C82463; }
a { background-color: rgb(200,36,99); }
div.DivClassName
{
background-color: #C82463;
}
.BgClassName
{
background-color: #C82463;
}
</style>
border-color css
<style>
span { border-color: #C82463; }
span { border-color: rgb(200,36,99); }
td.TdClassName
{
border-color: #C82463;
}
.TagClassName
{
border-color: #C82463;
}
</style>