Shades of Ruby #C5125A
Tints of Ruby #C5125A
RGB
CMYK
RGB Variations
Color information
#C5125A (or 0xC5125A) is known color: Ruby. HEX triplet: C5, 12 and 5A. RGB value is (197,18,90). Sum of RGB (Red+Green+Blue) = 197+18+90=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5125A is #3AEDA5. Grayscale: #4F4F4F. Windows color (decimal): -3861926 or 5903045. OLE color: 5903045.
HSL color Cylindrical-coordinate representation of color #C5125A: hue angle of 335.87º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5125A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 90 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.23 |
| HSL | 335.87º | 0.83% | 0.42% | - |
| HSV(B) | 335.87º | 0.91% | 0.77% | - |
| XYZ | 25.09 | 13.04 | 10.87 | - |
| YUV | 79.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 90 | 0 | 0.91 | 0.54 | 0.23 | 335.87 | 0.83 | 0.42 |
| Hex | C5 | 12 | 5A | 0 | 5B | 36 | 17 | 150 | 53 | 2A |
| Octal | 305 | 22 | 132 | 0 | 133 | 66 | 27 | 520 | 123 | 52 |
| Binary | 11000101 | 10010 | 1011010 | 0 | 1011011 | 110110 | 10111 | 101010000 | 1010011 | 101010 |
Color Harmonies of #C5125A
Complementary color
Monochromatic Colors of #C5125A
Black with #C5125A
Text Example
Text Example
White with #C5125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5125A; }
p { color: rgb(197,18,90); }
H1.HeaderClassName
{
color: #C5125A;
}
.AnyTagClassName
{
color: #C5125A;
}
</style>
background-color css
<style>
a { background-color: #C5125A; }
a { background-color: rgb(197,18,90); }
div.DivClassName
{
background-color: #C5125A;
}
.BgClassName
{
background-color: #C5125A;
}
</style>
border-color css
<style>
span { border-color: #C5125A; }
span { border-color: rgb(197,18,90); }
td.TdClassName
{
border-color: #C5125A;
}
.TagClassName
{
border-color: #C5125A;
}
</style>