Shades of Ruby #C80459
Tints of Ruby #C80459
RGB
CMYK
RGB Variations
Color information
#C80459 (or 0xC80459) is known color: Ruby. HEX triplet: C8, 04 and 59. RGB value is (200,4,89). Sum of RGB (Red+Green+Blue) = 200+4+89=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C80459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80459 is #37FBA6. Grayscale: #484848. Windows color (decimal): -3668903 or 5833928. OLE color: 5833928.
HSL color Cylindrical-coordinate representation of color #C80459: hue angle of 333.98º degrees, saturation: 0.96, 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 #C80459 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.22 |
| HSL | 333.98º | 0.96% | 0.4% | - |
| HSV(B) | 333.98º | 0.98% | 0.78% | - |
| XYZ | 25.67 | 13.09 | 10.62 | - |
| YUV | 72.29 | 137.43 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 89 | 0 | 0.98 | 0.56 | 0.22 | 333.98 | 0.96 | 0.4 |
| Hex | C8 | 4 | 59 | 0 | 62 | 38 | 16 | 14E | 60 | 28 |
| Octal | 310 | 4 | 131 | 0 | 142 | 70 | 26 | 516 | 140 | 50 |
| Binary | 11001000 | 100 | 1011001 | 0 | 1100010 | 111000 | 10110 | 101001110 | 1100000 | 101000 |
Color Harmonies of #C80459
Complementary color
Monochromatic Colors of #C80459
Black with #C80459
Text Example
Text Example
White with #C80459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80459; }
p { color: rgb(200,4,89); }
H1.HeaderClassName
{
color: #C80459;
}
.AnyTagClassName
{
color: #C80459;
}
</style>
background-color css
<style>
a { background-color: #C80459; }
a { background-color: rgb(200,4,89); }
div.DivClassName
{
background-color: #C80459;
}
.BgClassName
{
background-color: #C80459;
}
</style>
border-color css
<style>
span { border-color: #C80459; }
span { border-color: rgb(200,4,89); }
td.TdClassName
{
border-color: #C80459;
}
.TagClassName
{
border-color: #C80459;
}
</style>