Shades of Ruby #C81157
Tints of Ruby #C81157
RGB
CMYK
RGB Variations
Color information
#C81157 (or 0xC81157) is known color: Ruby. HEX triplet: C8, 11 and 57. RGB value is (200,17,87). Sum of RGB (Red+Green+Blue) = 200+17+87=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C81157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81157 is #37EEA8. Grayscale: #4F4F4F. Windows color (decimal): -3665577 or 5706184. OLE color: 5706184.
HSL color Cylindrical-coordinate representation of color #C81157: hue angle of 337.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81157 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 87 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.22 |
| HSL | 337.05º | 0.84% | 0.43% | - |
| HSV(B) | 337.05º | 0.92% | 0.78% | - |
| XYZ | 25.74 | 13.37 | 10.24 | - |
| YUV | 79.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 87 | 0 | 0.92 | 0.56 | 0.22 | 337.05 | 0.84 | 0.43 |
| Hex | C8 | 11 | 57 | 0 | 5C | 38 | 16 | 151 | 54 | 2B |
| Octal | 310 | 21 | 127 | 0 | 134 | 70 | 26 | 521 | 124 | 53 |
| Binary | 11001000 | 10001 | 1010111 | 0 | 1011100 | 111000 | 10110 | 101010001 | 1010100 | 101011 |
Color Harmonies of #C81157
Complementary color
Monochromatic Colors of #C81157
Black with #C81157
Text Example
Text Example
White with #C81157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81157; }
p { color: rgb(200,17,87); }
H1.HeaderClassName
{
color: #C81157;
}
.AnyTagClassName
{
color: #C81157;
}
</style>
background-color css
<style>
a { background-color: #C81157; }
a { background-color: rgb(200,17,87); }
div.DivClassName
{
background-color: #C81157;
}
.BgClassName
{
background-color: #C81157;
}
</style>
border-color css
<style>
span { border-color: #C81157; }
span { border-color: rgb(200,17,87); }
td.TdClassName
{
border-color: #C81157;
}
.TagClassName
{
border-color: #C81157;
}
</style>