Shades of Ruby #C50363
Tints of Ruby #C50363
RGB
CMYK
RGB Variations
Color information
#C50363 (or 0xC50363) is known color: Ruby. HEX triplet: C5, 03 and 63. RGB value is (197,3,99). Sum of RGB (Red+Green+Blue) = 197+3+99=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C50363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50363 is #3AFC9C. Grayscale: #474747. Windows color (decimal): -3865757 or 6489029. OLE color: 6489029.
HSL color Cylindrical-coordinate representation of color #C50363: hue angle of 330.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50363 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.23 |
| HSL | 330.31º | 0.97% | 0.39% | - |
| HSV(B) | 330.31º | 0.98% | 0.77% | - |
| XYZ | 25.31 | 12.84 | 12.95 | - |
| YUV | 71.95 | 143.27 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 99 | 0 | 0.98 | 0.50 | 0.23 | 330.31 | 0.97 | 0.39 |
| Hex | C5 | 3 | 63 | 0 | 62 | 32 | 17 | 14A | 61 | 27 |
| Octal | 305 | 3 | 143 | 0 | 142 | 62 | 27 | 512 | 141 | 47 |
| Binary | 11000101 | 11 | 1100011 | 0 | 1100010 | 110010 | 10111 | 101001010 | 1100001 | 100111 |
Color Harmonies of #C50363
Complementary color
Monochromatic Colors of #C50363
Black with #C50363
Text Example
Text Example
White with #C50363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50363; }
p { color: rgb(197,3,99); }
H1.HeaderClassName
{
color: #C50363;
}
.AnyTagClassName
{
color: #C50363;
}
</style>
background-color css
<style>
a { background-color: #C50363; }
a { background-color: rgb(197,3,99); }
div.DivClassName
{
background-color: #C50363;
}
.BgClassName
{
background-color: #C50363;
}
</style>
border-color css
<style>
span { border-color: #C50363; }
span { border-color: rgb(197,3,99); }
td.TdClassName
{
border-color: #C50363;
}
.TagClassName
{
border-color: #C50363;
}
</style>