Shades of Ruby #C50569
Tints of Ruby #C50569
RGB
CMYK
RGB Variations
Color information
#C50569 (or 0xC50569) is known color: Ruby. HEX triplet: C5, 05 and 69. RGB value is (197,5,105). Sum of RGB (Red+Green+Blue) = 197+5+105=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C50569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50569 is #3AFA96. Grayscale: #494949. Windows color (decimal): -3865239 or 6882757. OLE color: 6882757.
HSL color Cylindrical-coordinate representation of color #C50569: hue angle of 328.75º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50569 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 105 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.23 |
| HSL | 328.75º | 0.95% | 0.4% | - |
| HSV(B) | 328.75º | 0.97% | 0.77% | - |
| XYZ | 25.63 | 13 | 14.52 | - |
| YUV | 73.81 | 145.61 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 105 | 0 | 0.97 | 0.47 | 0.23 | 328.75 | 0.95 | 0.4 |
| Hex | C5 | 5 | 69 | 0 | 61 | 2F | 17 | 149 | 5F | 28 |
| Octal | 305 | 5 | 151 | 0 | 141 | 57 | 27 | 511 | 137 | 50 |
| Binary | 11000101 | 101 | 1101001 | 0 | 1100001 | 101111 | 10111 | 101001001 | 1011111 | 101000 |
Color Harmonies of #C50569
Complementary color
Monochromatic Colors of #C50569
Black with #C50569
Text Example
Text Example
White with #C50569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50569; }
p { color: rgb(197,5,105); }
H1.HeaderClassName
{
color: #C50569;
}
.AnyTagClassName
{
color: #C50569;
}
</style>
background-color css
<style>
a { background-color: #C50569; }
a { background-color: rgb(197,5,105); }
div.DivClassName
{
background-color: #C50569;
}
.BgClassName
{
background-color: #C50569;
}
</style>
border-color css
<style>
span { border-color: #C50569; }
span { border-color: rgb(197,5,105); }
td.TdClassName
{
border-color: #C50569;
}
.TagClassName
{
border-color: #C50569;
}
</style>