Shades of Ruby #C51B5C
Tints of Ruby #C51B5C
RGB
CMYK
RGB Variations
Color information
#C51B5C (or 0xC51B5C) is known color: Ruby. HEX triplet: C5, 1B and 5C. RGB value is (197,27,92). Sum of RGB (Red+Green+Blue) = 197+27+92=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B5C is #3AE4A3. Grayscale: #555555. Windows color (decimal): -3859620 or 6036421. OLE color: 6036421.
HSL color Cylindrical-coordinate representation of color #C51B5C: hue angle of 337.06º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B5C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 92 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.23 |
| HSL | 337.06º | 0.76% | 0.44% | - |
| HSV(B) | 337.06º | 0.86% | 0.77% | - |
| XYZ | 25.35 | 13.43 | 11.38 | - |
| YUV | 85.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 92 | 0 | 0.86 | 0.53 | 0.23 | 337.06 | 0.76 | 0.44 |
| Hex | C5 | 1B | 5C | 0 | 56 | 35 | 17 | 151 | 4C | 2C |
| Octal | 305 | 33 | 134 | 0 | 126 | 65 | 27 | 521 | 114 | 54 |
| Binary | 11000101 | 11011 | 1011100 | 0 | 1010110 | 110101 | 10111 | 101010001 | 1001100 | 101100 |
Color Harmonies of #C51B5C
Complementary color
Monochromatic Colors of #C51B5C
Black with #C51B5C
Text Example
Text Example
White with #C51B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B5C; }
p { color: rgb(197,27,92); }
H1.HeaderClassName
{
color: #C51B5C;
}
.AnyTagClassName
{
color: #C51B5C;
}
</style>
background-color css
<style>
a { background-color: #C51B5C; }
a { background-color: rgb(197,27,92); }
div.DivClassName
{
background-color: #C51B5C;
}
.BgClassName
{
background-color: #C51B5C;
}
</style>
border-color css
<style>
span { border-color: #C51B5C; }
span { border-color: rgb(197,27,92); }
td.TdClassName
{
border-color: #C51B5C;
}
.TagClassName
{
border-color: #C51B5C;
}
</style>