Shades of Ruby #C51D68
Tints of Ruby #C51D68
RGB
CMYK
RGB Variations
Color information
#C51D68 (or 0xC51D68) is known color: Ruby. HEX triplet: C5, 1D and 68. RGB value is (197,29,104). Sum of RGB (Red+Green+Blue) = 197+29+104=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D68 is #3AE297. Grayscale: #575757. Windows color (decimal): -3859096 or 6823365. OLE color: 6823365.
HSL color Cylindrical-coordinate representation of color #C51D68: hue angle of 333.21º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D68 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 104 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.23 |
| HSL | 333.21º | 0.74% | 0.44% | - |
| HSV(B) | 333.21º | 0.85% | 0.77% | - |
| XYZ | 25.96 | 13.75 | 14.38 | - |
| YUV | 87.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 104 | 0 | 0.85 | 0.47 | 0.23 | 333.21 | 0.74 | 0.44 |
| Hex | C5 | 1D | 68 | 0 | 55 | 2F | 17 | 14D | 4A | 2C |
| Octal | 305 | 35 | 150 | 0 | 125 | 57 | 27 | 515 | 112 | 54 |
| Binary | 11000101 | 11101 | 1101000 | 0 | 1010101 | 101111 | 10111 | 101001101 | 1001010 | 101100 |
Color Harmonies of #C51D68
Complementary color
Monochromatic Colors of #C51D68
Black with #C51D68
Text Example
Text Example
White with #C51D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D68; }
p { color: rgb(197,29,104); }
H1.HeaderClassName
{
color: #C51D68;
}
.AnyTagClassName
{
color: #C51D68;
}
</style>
background-color css
<style>
a { background-color: #C51D68; }
a { background-color: rgb(197,29,104); }
div.DivClassName
{
background-color: #C51D68;
}
.BgClassName
{
background-color: #C51D68;
}
</style>
border-color css
<style>
span { border-color: #C51D68; }
span { border-color: rgb(197,29,104); }
td.TdClassName
{
border-color: #C51D68;
}
.TagClassName
{
border-color: #C51D68;
}
</style>