Shades of Ruby #C50062
Tints of Ruby #C50062
RGB
CMYK
RGB Variations
Color information
#C50062 (or 0xC50062) is known color: Ruby. HEX triplet: C5, 00 and 62. RGB value is (197,0,98). Sum of RGB (Red+Green+Blue) = 197+0+98=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C50062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50062 is #3AFF9D. Grayscale: #454545. Windows color (decimal): -3866526 or 6422725. OLE color: 6422725.
HSL color Cylindrical-coordinate representation of color #C50062: hue angle of 330.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50062 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.50 | 0.23 |
| HSL | 330.15º | 1% | 0.39% | - |
| HSV(B) | 330.15º | 1% | 0.77% | - |
| XYZ | 25.23 | 12.75 | 12.69 | - |
| YUV | 70.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 98 | 0 | 1 | 0.50 | 0.23 | 330.15 | 1 | 0.39 |
| Hex | C5 | 0 | 62 | 0 | 64 | 32 | 17 | 14A | 64 | 27 |
| Octal | 305 | 0 | 142 | 0 | 144 | 62 | 27 | 512 | 144 | 47 |
| Binary | 11000101 | 0 | 1100010 | 0 | 1100100 | 110010 | 10111 | 101001010 | 1100100 | 100111 |
Color Harmonies of #C50062
Complementary color
Monochromatic Colors of #C50062
Black with #C50062
Text Example
Text Example
White with #C50062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50062; }
p { color: rgb(197,0,98); }
H1.HeaderClassName
{
color: #C50062;
}
.AnyTagClassName
{
color: #C50062;
}
</style>
background-color css
<style>
a { background-color: #C50062; }
a { background-color: rgb(197,0,98); }
div.DivClassName
{
background-color: #C50062;
}
.BgClassName
{
background-color: #C50062;
}
</style>
border-color css
<style>
span { border-color: #C50062; }
span { border-color: rgb(197,0,98); }
td.TdClassName
{
border-color: #C50062;
}
.TagClassName
{
border-color: #C50062;
}
</style>