Shades of Ruby #C80558
Tints of Ruby #C80558
RGB
CMYK
RGB Variations
Color information
#C80558 (or 0xC80558) is known color: Ruby. HEX triplet: C8, 05 and 58. RGB value is (200,5,88). Sum of RGB (Red+Green+Blue) = 200+5+88=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C80558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80558 is #37FAA7. Grayscale: #484848. Windows color (decimal): -3668648 or 5768648. OLE color: 5768648.
HSL color Cylindrical-coordinate representation of color #C80558: hue angle of 334.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80558 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.22 |
| HSL | 334.46º | 0.95% | 0.4% | - |
| HSV(B) | 334.46º | 0.98% | 0.78% | - |
| XYZ | 25.64 | 13.09 | 10.41 | - |
| YUV | 72.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 88 | 0 | 0.98 | 0.56 | 0.22 | 334.46 | 0.95 | 0.4 |
| Hex | C8 | 5 | 58 | 0 | 62 | 38 | 16 | 14E | 5F | 28 |
| Octal | 310 | 5 | 130 | 0 | 142 | 70 | 26 | 516 | 137 | 50 |
| Binary | 11001000 | 101 | 1011000 | 0 | 1100010 | 111000 | 10110 | 101001110 | 1011111 | 101000 |
Color Harmonies of #C80558
Complementary color
Monochromatic Colors of #C80558
Black with #C80558
Text Example
Text Example
White with #C80558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80558; }
p { color: rgb(200,5,88); }
H1.HeaderClassName
{
color: #C80558;
}
.AnyTagClassName
{
color: #C80558;
}
</style>
background-color css
<style>
a { background-color: #C80558; }
a { background-color: rgb(200,5,88); }
div.DivClassName
{
background-color: #C80558;
}
.BgClassName
{
background-color: #C80558;
}
</style>
border-color css
<style>
span { border-color: #C80558; }
span { border-color: rgb(200,5,88); }
td.TdClassName
{
border-color: #C80558;
}
.TagClassName
{
border-color: #C80558;
}
</style>