Shades of Ruby #C51462
Tints of Ruby #C51462
RGB
CMYK
RGB Variations
Color information
#C51462 (or 0xC51462) is known color: Ruby. HEX triplet: C5, 14 and 62. RGB value is (197,20,98). Sum of RGB (Red+Green+Blue) = 197+20+98=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C51462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51462 is #3AEB9D. Grayscale: #515151. Windows color (decimal): -3861406 or 6427845. OLE color: 6427845.
HSL color Cylindrical-coordinate representation of color #C51462: hue angle of 333.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51462 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 98 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.23 |
| HSL | 333.56º | 0.82% | 0.43% | - |
| HSV(B) | 333.56º | 0.9% | 0.77% | - |
| XYZ | 25.48 | 13.25 | 12.77 | - |
| YUV | 81.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 98 | 0 | 0.90 | 0.50 | 0.23 | 333.56 | 0.82 | 0.43 |
| Hex | C5 | 14 | 62 | 0 | 5A | 32 | 17 | 14E | 52 | 2B |
| Octal | 305 | 24 | 142 | 0 | 132 | 62 | 27 | 516 | 122 | 53 |
| Binary | 11000101 | 10100 | 1100010 | 0 | 1011010 | 110010 | 10111 | 101001110 | 1010010 | 101011 |
Color Harmonies of #C51462
Complementary color
Monochromatic Colors of #C51462
Black with #C51462
Text Example
Text Example
White with #C51462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51462; }
p { color: rgb(197,20,98); }
H1.HeaderClassName
{
color: #C51462;
}
.AnyTagClassName
{
color: #C51462;
}
</style>
background-color css
<style>
a { background-color: #C51462; }
a { background-color: rgb(197,20,98); }
div.DivClassName
{
background-color: #C51462;
}
.BgClassName
{
background-color: #C51462;
}
</style>
border-color css
<style>
span { border-color: #C51462; }
span { border-color: rgb(197,20,98); }
td.TdClassName
{
border-color: #C51462;
}
.TagClassName
{
border-color: #C51462;
}
</style>