Shades of Ruby #C80A4E
Tints of Ruby #C80A4E
RGB
CMYK
RGB Variations
Color information
#C80A4E (or 0xC80A4E) is known color: Ruby. HEX triplet: C8, 0A and 4E. RGB value is (200,10,78). Sum of RGB (Red+Green+Blue) = 200+10+78=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A4E is #37F5B1. Grayscale: #4A4A4A. Windows color (decimal): -3667378 or 5114568. OLE color: 5114568.
HSL color Cylindrical-coordinate representation of color #C80A4E: hue angle of 338.53º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A4E is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 78 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.22 |
| HSL | 338.53º | 0.9% | 0.41% | - |
| HSV(B) | 338.53º | 0.95% | 0.78% | - |
| XYZ | 25.3 | 13.05 | 8.39 | - |
| YUV | 74.56 | 129.95 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 78 | 0 | 0.95 | 0.61 | 0.22 | 338.53 | 0.9 | 0.41 |
| Hex | C8 | A | 4E | 0 | 5F | 3D | 16 | 153 | 5A | 29 |
| Octal | 310 | 12 | 116 | 0 | 137 | 75 | 26 | 523 | 132 | 51 |
| Binary | 11001000 | 1010 | 1001110 | 0 | 1011111 | 111101 | 10110 | 101010011 | 1011010 | 101001 |
Color Harmonies of #C80A4E
Complementary color
Monochromatic Colors of #C80A4E
Black with #C80A4E
Text Example
Text Example
White with #C80A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A4E; }
p { color: rgb(200,10,78); }
H1.HeaderClassName
{
color: #C80A4E;
}
.AnyTagClassName
{
color: #C80A4E;
}
</style>
background-color css
<style>
a { background-color: #C80A4E; }
a { background-color: rgb(200,10,78); }
div.DivClassName
{
background-color: #C80A4E;
}
.BgClassName
{
background-color: #C80A4E;
}
</style>
border-color css
<style>
span { border-color: #C80A4E; }
span { border-color: rgb(200,10,78); }
td.TdClassName
{
border-color: #C80A4E;
}
.TagClassName
{
border-color: #C80A4E;
}
</style>