Shades of Ruby #C80D58
Tints of Ruby #C80D58
RGB
CMYK
RGB Variations
Color information
#C80D58 (or 0xC80D58) is known color: Ruby. HEX triplet: C8, 0D and 58. RGB value is (200,13,88). Sum of RGB (Red+Green+Blue) = 200+13+88=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D58 is #37F2A7. Grayscale: #4D4D4D. Windows color (decimal): -3666600 or 5770696. OLE color: 5770696.
HSL color Cylindrical-coordinate representation of color #C80D58: hue angle of 335.94º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D58 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 88 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.22 |
| HSL | 335.94º | 0.88% | 0.42% | - |
| HSV(B) | 335.94º | 0.94% | 0.78% | - |
| XYZ | 25.72 | 13.27 | 10.44 | - |
| YUV | 77.46 | 133.95 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 88 | 0 | 0.94 | 0.56 | 0.22 | 335.94 | 0.88 | 0.42 |
| Hex | C8 | D | 58 | 0 | 5E | 38 | 16 | 150 | 58 | 2A |
| Octal | 310 | 15 | 130 | 0 | 136 | 70 | 26 | 520 | 130 | 52 |
| Binary | 11001000 | 1101 | 1011000 | 0 | 1011110 | 111000 | 10110 | 101010000 | 1011000 | 101010 |
Color Harmonies of #C80D58
Complementary color
Monochromatic Colors of #C80D58
Black with #C80D58
Text Example
Text Example
White with #C80D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D58; }
p { color: rgb(200,13,88); }
H1.HeaderClassName
{
color: #C80D58;
}
.AnyTagClassName
{
color: #C80D58;
}
</style>
background-color css
<style>
a { background-color: #C80D58; }
a { background-color: rgb(200,13,88); }
div.DivClassName
{
background-color: #C80D58;
}
.BgClassName
{
background-color: #C80D58;
}
</style>
border-color css
<style>
span { border-color: #C80D58; }
span { border-color: rgb(200,13,88); }
td.TdClassName
{
border-color: #C80D58;
}
.TagClassName
{
border-color: #C80D58;
}
</style>