Shades of Ruby #C51366
Tints of Ruby #C51366
RGB
CMYK
RGB Variations
Color information
#C51366 (or 0xC51366) is known color: Ruby. HEX triplet: C5, 13 and 66. RGB value is (197,19,102). Sum of RGB (Red+Green+Blue) = 197+19+102=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C51366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51366 is #3AEC99. Grayscale: #515151. Windows color (decimal): -3861658 or 6689733. OLE color: 6689733.
HSL color Cylindrical-coordinate representation of color #C51366: hue angle of 332.02º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51366 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 102 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.23 |
| HSL | 332.02º | 0.82% | 0.42% | - |
| HSV(B) | 332.02º | 0.9% | 0.77% | - |
| XYZ | 25.66 | 13.3 | 13.78 | - |
| YUV | 81.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 102 | 0 | 0.90 | 0.48 | 0.23 | 332.02 | 0.82 | 0.42 |
| Hex | C5 | 13 | 66 | 0 | 5A | 30 | 17 | 14C | 52 | 2A |
| Octal | 305 | 23 | 146 | 0 | 132 | 60 | 27 | 514 | 122 | 52 |
| Binary | 11000101 | 10011 | 1100110 | 0 | 1011010 | 110000 | 10111 | 101001100 | 1010010 | 101010 |
Color Harmonies of #C51366
Complementary color
Monochromatic Colors of #C51366
Black with #C51366
Text Example
Text Example
White with #C51366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51366; }
p { color: rgb(197,19,102); }
H1.HeaderClassName
{
color: #C51366;
}
.AnyTagClassName
{
color: #C51366;
}
</style>
background-color css
<style>
a { background-color: #C51366; }
a { background-color: rgb(197,19,102); }
div.DivClassName
{
background-color: #C51366;
}
.BgClassName
{
background-color: #C51366;
}
</style>
border-color css
<style>
span { border-color: #C51366; }
span { border-color: rgb(197,19,102); }
td.TdClassName
{
border-color: #C51366;
}
.TagClassName
{
border-color: #C51366;
}
</style>