Shades of Ruby #C5145D
Tints of Ruby #C5145D
RGB
CMYK
RGB Variations
Color information
#C5145D (or 0xC5145D) is known color: Ruby. HEX triplet: C5, 14 and 5D. RGB value is (197,20,93). Sum of RGB (Red+Green+Blue) = 197+20+93=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5145D is #3AEBA2. Grayscale: #515151. Windows color (decimal): -3861411 or 6100165. OLE color: 6100165.
HSL color Cylindrical-coordinate representation of color #C5145D: hue angle of 335.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5145D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 93 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.23 |
| HSL | 335.25º | 0.82% | 0.43% | - |
| HSV(B) | 335.25º | 0.9% | 0.77% | - |
| XYZ | 25.25 | 13.16 | 11.57 | - |
| YUV | 81.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 93 | 0 | 0.90 | 0.53 | 0.23 | 335.25 | 0.82 | 0.43 |
| Hex | C5 | 14 | 5D | 0 | 5A | 35 | 17 | 14F | 52 | 2B |
| Octal | 305 | 24 | 135 | 0 | 132 | 65 | 27 | 517 | 122 | 53 |
| Binary | 11000101 | 10100 | 1011101 | 0 | 1011010 | 110101 | 10111 | 101001111 | 1010010 | 101011 |
Color Harmonies of #C5145D
Complementary color
Monochromatic Colors of #C5145D
Black with #C5145D
Text Example
Text Example
White with #C5145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5145D; }
p { color: rgb(197,20,93); }
H1.HeaderClassName
{
color: #C5145D;
}
.AnyTagClassName
{
color: #C5145D;
}
</style>
background-color css
<style>
a { background-color: #C5145D; }
a { background-color: rgb(197,20,93); }
div.DivClassName
{
background-color: #C5145D;
}
.BgClassName
{
background-color: #C5145D;
}
</style>
border-color css
<style>
span { border-color: #C5145D; }
span { border-color: rgb(197,20,93); }
td.TdClassName
{
border-color: #C5145D;
}
.TagClassName
{
border-color: #C5145D;
}
</style>