Shades of Ruby #C80E61
Tints of Ruby #C80E61
RGB
CMYK
RGB Variations
Color information
#C80E61 (or 0xC80E61) is known color: Ruby. HEX triplet: C8, 0E and 61. RGB value is (200,14,97). Sum of RGB (Red+Green+Blue) = 200+14+97=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80E61 is #37F19E. Grayscale: #4E4E4E. Windows color (decimal): -3666335 or 6360776. OLE color: 6360776.
HSL color Cylindrical-coordinate representation of color #C80E61: hue angle of 333.23º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E61 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 97 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.22 |
| HSL | 333.23º | 0.87% | 0.42% | - |
| HSV(B) | 333.23º | 0.93% | 0.78% | - |
| XYZ | 26.13 | 13.46 | 12.53 | - |
| YUV | 79.08 | 138.12 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 97 | 0 | 0.93 | 0.52 | 0.22 | 333.23 | 0.87 | 0.42 |
| Hex | C8 | E | 61 | 0 | 5D | 34 | 16 | 14D | 57 | 2A |
| Octal | 310 | 16 | 141 | 0 | 135 | 64 | 26 | 515 | 127 | 52 |
| Binary | 11001000 | 1110 | 1100001 | 0 | 1011101 | 110100 | 10110 | 101001101 | 1010111 | 101010 |
Color Harmonies of #C80E61
Complementary color
Monochromatic Colors of #C80E61
Black with #C80E61
Text Example
Text Example
White with #C80E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E61; }
p { color: rgb(200,14,97); }
H1.HeaderClassName
{
color: #C80E61;
}
.AnyTagClassName
{
color: #C80E61;
}
</style>
background-color css
<style>
a { background-color: #C80E61; }
a { background-color: rgb(200,14,97); }
div.DivClassName
{
background-color: #C80E61;
}
.BgClassName
{
background-color: #C80E61;
}
</style>
border-color css
<style>
span { border-color: #C80E61; }
span { border-color: rgb(200,14,97); }
td.TdClassName
{
border-color: #C80E61;
}
.TagClassName
{
border-color: #C80E61;
}
</style>