Shades of Ruby #C51E68
Tints of Ruby #C51E68
RGB
CMYK
RGB Variations
Color information
#C51E68 (or 0xC51E68) is known color: Ruby. HEX triplet: C5, 1E and 68. RGB value is (197,30,104). Sum of RGB (Red+Green+Blue) = 197+30+104=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E68 is #3AE197. Grayscale: #585858. Windows color (decimal): -3858840 or 6823621. OLE color: 6823621.
HSL color Cylindrical-coordinate representation of color #C51E68: hue angle of 333.41º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E68 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 104 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.23 |
| HSL | 333.41º | 0.74% | 0.45% | - |
| HSV(B) | 333.41º | 0.85% | 0.77% | - |
| XYZ | 25.99 | 13.8 | 14.39 | - |
| YUV | 88.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 104 | 0 | 0.85 | 0.47 | 0.23 | 333.41 | 0.74 | 0.45 |
| Hex | C5 | 1E | 68 | 0 | 55 | 2F | 17 | 14D | 4A | 2D |
| Octal | 305 | 36 | 150 | 0 | 125 | 57 | 27 | 515 | 112 | 55 |
| Binary | 11000101 | 11110 | 1101000 | 0 | 1010101 | 101111 | 10111 | 101001101 | 1001010 | 101101 |
Color Harmonies of #C51E68
Complementary color
Monochromatic Colors of #C51E68
Black with #C51E68
Text Example
Text Example
White with #C51E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E68; }
p { color: rgb(197,30,104); }
H1.HeaderClassName
{
color: #C51E68;
}
.AnyTagClassName
{
color: #C51E68;
}
</style>
background-color css
<style>
a { background-color: #C51E68; }
a { background-color: rgb(197,30,104); }
div.DivClassName
{
background-color: #C51E68;
}
.BgClassName
{
background-color: #C51E68;
}
</style>
border-color css
<style>
span { border-color: #C51E68; }
span { border-color: rgb(197,30,104); }
td.TdClassName
{
border-color: #C51E68;
}
.TagClassName
{
border-color: #C51E68;
}
</style>