Shades of Cerise #C63163
Tints of Cerise #C63163
RGB
CMYK
RGB Variations
Color information
#C63163 (or 0xC63163) is known color: Cerise. HEX triplet: C6, 31 and 63. RGB value is (198,49,99). Sum of RGB (Red+Green+Blue) = 198+49+99=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C63163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63163 is #39CE9C. Grayscale: #636363. Windows color (decimal): -3788445 or 6500806. OLE color: 6500806.
HSL color Cylindrical-coordinate representation of color #C63163: hue angle of 339.87º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63163 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 99 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.22 |
| HSL | 339.87º | 0.6% | 0.48% | - |
| HSV(B) | 339.87º | 0.75% | 0.78% | - |
| XYZ | 26.64 | 15.1 | 13.32 | - |
| YUV | 99.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 99 | 0 | 0.75 | 0.50 | 0.22 | 339.87 | 0.6 | 0.48 |
| Hex | C6 | 31 | 63 | 0 | 4B | 32 | 16 | 154 | 3C | 30 |
| Octal | 306 | 61 | 143 | 0 | 113 | 62 | 26 | 524 | 74 | 60 |
| Binary | 11000110 | 110001 | 1100011 | 0 | 1001011 | 110010 | 10110 | 101010100 | 111100 | 110000 |
Color Harmonies of #C63163
Complementary color
Monochromatic Colors of #C63163
Black with #C63163
Text Example
Text Example
White with #C63163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63163; }
p { color: rgb(198,49,99); }
H1.HeaderClassName
{
color: #C63163;
}
.AnyTagClassName
{
color: #C63163;
}
</style>
background-color css
<style>
a { background-color: #C63163; }
a { background-color: rgb(198,49,99); }
div.DivClassName
{
background-color: #C63163;
}
.BgClassName
{
background-color: #C63163;
}
</style>
border-color css
<style>
span { border-color: #C63163; }
span { border-color: rgb(198,49,99); }
td.TdClassName
{
border-color: #C63163;
}
.TagClassName
{
border-color: #C63163;
}
</style>