Shades of Ruby #C51E67
Tints of Ruby #C51E67
RGB
CMYK
RGB Variations
Color information
#C51E67 (or 0xC51E67) is known color: Ruby. HEX triplet: C5, 1E and 67. RGB value is (197,30,103). Sum of RGB (Red+Green+Blue) = 197+30+103=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E67 is #3AE198. Grayscale: #585858. Windows color (decimal): -3858841 or 6758085. OLE color: 6758085.
HSL color Cylindrical-coordinate representation of color #C51E67: hue angle of 333.77º 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 #C51E67 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 103 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.23 |
| HSL | 333.77º | 0.74% | 0.45% | - |
| HSV(B) | 333.77º | 0.85% | 0.77% | - |
| XYZ | 25.94 | 13.78 | 14.12 | - |
| YUV | 88.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 103 | 0 | 0.85 | 0.48 | 0.23 | 333.77 | 0.74 | 0.45 |
| Hex | C5 | 1E | 67 | 0 | 55 | 30 | 17 | 14E | 4A | 2D |
| Octal | 305 | 36 | 147 | 0 | 125 | 60 | 27 | 516 | 112 | 55 |
| Binary | 11000101 | 11110 | 1100111 | 0 | 1010101 | 110000 | 10111 | 101001110 | 1001010 | 101101 |
Color Harmonies of #C51E67
Complementary color
Monochromatic Colors of #C51E67
Black with #C51E67
Text Example
Text Example
White with #C51E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E67; }
p { color: rgb(197,30,103); }
H1.HeaderClassName
{
color: #C51E67;
}
.AnyTagClassName
{
color: #C51E67;
}
</style>
background-color css
<style>
a { background-color: #C51E67; }
a { background-color: rgb(197,30,103); }
div.DivClassName
{
background-color: #C51E67;
}
.BgClassName
{
background-color: #C51E67;
}
</style>
border-color css
<style>
span { border-color: #C51E67; }
span { border-color: rgb(197,30,103); }
td.TdClassName
{
border-color: #C51E67;
}
.TagClassName
{
border-color: #C51E67;
}
</style>