Shades of Ruby #C8055F
Tints of Ruby #C8055F
RGB
CMYK
RGB Variations
Color information
#C8055F (or 0xC8055F) is known color: Ruby. HEX triplet: C8, 05 and 5F. RGB value is (200,5,95). Sum of RGB (Red+Green+Blue) = 200+5+95=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8055F is #37FAA0. Grayscale: #494949. Windows color (decimal): -3668641 or 6227400. OLE color: 6227400.
HSL color Cylindrical-coordinate representation of color #C8055F: hue angle of 332.31º degrees, saturation: 0.95, 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 #C8055F is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 95 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.22 |
| HSL | 332.31º | 0.95% | 0.4% | - |
| HSV(B) | 332.31º | 0.98% | 0.78% | - |
| XYZ | 25.94 | 13.21 | 12.01 | - |
| YUV | 73.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 95 | 0 | 0.98 | 0.52 | 0.22 | 332.31 | 0.95 | 0.4 |
| Hex | C8 | 5 | 5F | 0 | 62 | 34 | 16 | 14C | 5F | 28 |
| Octal | 310 | 5 | 137 | 0 | 142 | 64 | 26 | 514 | 137 | 50 |
| Binary | 11001000 | 101 | 1011111 | 0 | 1100010 | 110100 | 10110 | 101001100 | 1011111 | 101000 |
Color Harmonies of #C8055F
Complementary color
Monochromatic Colors of #C8055F
Black with #C8055F
Text Example
Text Example
White with #C8055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8055F; }
p { color: rgb(200,5,95); }
H1.HeaderClassName
{
color: #C8055F;
}
.AnyTagClassName
{
color: #C8055F;
}
</style>
background-color css
<style>
a { background-color: #C8055F; }
a { background-color: rgb(200,5,95); }
div.DivClassName
{
background-color: #C8055F;
}
.BgClassName
{
background-color: #C8055F;
}
</style>
border-color css
<style>
span { border-color: #C8055F; }
span { border-color: rgb(200,5,95); }
td.TdClassName
{
border-color: #C8055F;
}
.TagClassName
{
border-color: #C8055F;
}
</style>