Shades of Ruby #C51F68
Tints of Ruby #C51F68
RGB
CMYK
RGB Variations
Color information
#C51F68 (or 0xC51F68) is known color: Ruby. HEX triplet: C5, 1F and 68. RGB value is (197,31,104). Sum of RGB (Red+Green+Blue) = 197+31+104=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F68 is #3AE097. Grayscale: #585858. Windows color (decimal): -3858584 or 6823877. OLE color: 6823877.
HSL color Cylindrical-coordinate representation of color #C51F68: hue angle of 333.61º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F68 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 104 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.23 |
| HSL | 333.61º | 0.73% | 0.45% | - |
| HSV(B) | 333.61º | 0.84% | 0.77% | - |
| XYZ | 26.01 | 13.85 | 14.4 | - |
| YUV | 88.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 104 | 0 | 0.84 | 0.47 | 0.23 | 333.61 | 0.73 | 0.45 |
| Hex | C5 | 1F | 68 | 0 | 54 | 2F | 17 | 14E | 49 | 2D |
| Octal | 305 | 37 | 150 | 0 | 124 | 57 | 27 | 516 | 111 | 55 |
| Binary | 11000101 | 11111 | 1101000 | 0 | 1010100 | 101111 | 10111 | 101001110 | 1001001 | 101101 |
Color Harmonies of #C51F68
Complementary color
Monochromatic Colors of #C51F68
Black with #C51F68
Text Example
Text Example
White with #C51F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F68; }
p { color: rgb(197,31,104); }
H1.HeaderClassName
{
color: #C51F68;
}
.AnyTagClassName
{
color: #C51F68;
}
</style>
background-color css
<style>
a { background-color: #C51F68; }
a { background-color: rgb(197,31,104); }
div.DivClassName
{
background-color: #C51F68;
}
.BgClassName
{
background-color: #C51F68;
}
</style>
border-color css
<style>
span { border-color: #C51F68; }
span { border-color: rgb(197,31,104); }
td.TdClassName
{
border-color: #C51F68;
}
.TagClassName
{
border-color: #C51F68;
}
</style>