Shades of Ruby #C8035D
Tints of Ruby #C8035D
RGB
CMYK
RGB Variations
Color information
#C8035D (or 0xC8035D) is known color: Ruby. HEX triplet: C8, 03 and 5D. RGB value is (200,3,93). Sum of RGB (Red+Green+Blue) = 200+3+93=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8035D is #37FCA2. Grayscale: #484848. Windows color (decimal): -3669155 or 6095816. OLE color: 6095816.
HSL color Cylindrical-coordinate representation of color #C8035D: hue angle of 332.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8035D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.22 |
| HSL | 332.59º | 0.97% | 0.4% | - |
| HSV(B) | 332.59º | 0.99% | 0.78% | - |
| XYZ | 25.83 | 13.13 | 11.53 | - |
| YUV | 72.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 93 | 0 | 0.98 | 0.54 | 0.22 | 332.59 | 0.97 | 0.4 |
| Hex | C8 | 3 | 5D | 0 | 62 | 36 | 16 | 14D | 61 | 28 |
| Octal | 310 | 3 | 135 | 0 | 142 | 66 | 26 | 515 | 141 | 50 |
| Binary | 11001000 | 11 | 1011101 | 0 | 1100010 | 110110 | 10110 | 101001101 | 1100001 | 101000 |
Color Harmonies of #C8035D
Complementary color
Monochromatic Colors of #C8035D
Black with #C8035D
Text Example
Text Example
White with #C8035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8035D; }
p { color: rgb(200,3,93); }
H1.HeaderClassName
{
color: #C8035D;
}
.AnyTagClassName
{
color: #C8035D;
}
</style>
background-color css
<style>
a { background-color: #C8035D; }
a { background-color: rgb(200,3,93); }
div.DivClassName
{
background-color: #C8035D;
}
.BgClassName
{
background-color: #C8035D;
}
</style>
border-color css
<style>
span { border-color: #C8035D; }
span { border-color: rgb(200,3,93); }
td.TdClassName
{
border-color: #C8035D;
}
.TagClassName
{
border-color: #C8035D;
}
</style>