Shades of Ruby #C8105F
Tints of Ruby #C8105F
RGB
CMYK
RGB Variations
Color information
#C8105F (or 0xC8105F) is known color: Ruby. HEX triplet: C8, 10 and 5F. RGB value is (200,16,95). Sum of RGB (Red+Green+Blue) = 200+16+95=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8105F is #37EFA0. Grayscale: #4F4F4F. Windows color (decimal): -3665825 or 6230216. OLE color: 6230216.
HSL color Cylindrical-coordinate representation of color #C8105F: hue angle of 334.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8105F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 95 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.22 |
| HSL | 334.24º | 0.85% | 0.42% | - |
| HSV(B) | 334.24º | 0.92% | 0.78% | - |
| XYZ | 26.07 | 13.48 | 12.05 | - |
| YUV | 80.02 | 136.46 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 95 | 0 | 0.92 | 0.52 | 0.22 | 334.24 | 0.85 | 0.42 |
| Hex | C8 | 10 | 5F | 0 | 5C | 34 | 16 | 14E | 55 | 2A |
| Octal | 310 | 20 | 137 | 0 | 134 | 64 | 26 | 516 | 125 | 52 |
| Binary | 11001000 | 10000 | 1011111 | 0 | 1011100 | 110100 | 10110 | 101001110 | 1010101 | 101010 |
Color Harmonies of #C8105F
Complementary color
Monochromatic Colors of #C8105F
Black with #C8105F
Text Example
Text Example
White with #C8105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8105F; }
p { color: rgb(200,16,95); }
H1.HeaderClassName
{
color: #C8105F;
}
.AnyTagClassName
{
color: #C8105F;
}
</style>
background-color css
<style>
a { background-color: #C8105F; }
a { background-color: rgb(200,16,95); }
div.DivClassName
{
background-color: #C8105F;
}
.BgClassName
{
background-color: #C8105F;
}
</style>
border-color css
<style>
span { border-color: #C8105F; }
span { border-color: rgb(200,16,95); }
td.TdClassName
{
border-color: #C8105F;
}
.TagClassName
{
border-color: #C8105F;
}
</style>