Shades of Ruby #C5015E
Tints of Ruby #C5015E
RGB
CMYK
RGB Variations
Color information
#C5015E (or 0xC5015E) is known color: Ruby. HEX triplet: C5, 01 and 5E. RGB value is (197,1,94). Sum of RGB (Red+Green+Blue) = 197+1+94=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5015E is #3AFEA1. Grayscale: #464646. Windows color (decimal): -3866274 or 6160837. OLE color: 6160837.
HSL color Cylindrical-coordinate representation of color #C5015E: hue angle of 331.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5015E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.23 |
| HSL | 331.53º | 0.99% | 0.39% | - |
| HSV(B) | 331.53º | 0.99% | 0.77% | - |
| XYZ | 25.06 | 12.7 | 11.72 | - |
| YUV | 70.21 | 141.43 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 94 | 0 | 0.99 | 0.52 | 0.23 | 331.53 | 0.99 | 0.39 |
| Hex | C5 | 1 | 5E | 0 | 63 | 34 | 17 | 14C | 63 | 27 |
| Octal | 305 | 1 | 136 | 0 | 143 | 64 | 27 | 514 | 143 | 47 |
| Binary | 11000101 | 1 | 1011110 | 0 | 1100011 | 110100 | 10111 | 101001100 | 1100011 | 100111 |
Color Harmonies of #C5015E
Complementary color
Monochromatic Colors of #C5015E
Black with #C5015E
Text Example
Text Example
White with #C5015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5015E; }
p { color: rgb(197,1,94); }
H1.HeaderClassName
{
color: #C5015E;
}
.AnyTagClassName
{
color: #C5015E;
}
</style>
background-color css
<style>
a { background-color: #C5015E; }
a { background-color: rgb(197,1,94); }
div.DivClassName
{
background-color: #C5015E;
}
.BgClassName
{
background-color: #C5015E;
}
</style>
border-color css
<style>
span { border-color: #C5015E; }
span { border-color: rgb(197,1,94); }
td.TdClassName
{
border-color: #C5015E;
}
.TagClassName
{
border-color: #C5015E;
}
</style>