Shades of Ruby #C8045D
Tints of Ruby #C8045D
RGB
CMYK
RGB Variations
Color information
#C8045D (or 0xC8045D) is known color: Ruby. HEX triplet: C8, 04 and 5D. RGB value is (200,4,93). Sum of RGB (Red+Green+Blue) = 200+4+93=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8045D is #37FBA2. Grayscale: #484848. Windows color (decimal): -3668899 or 6096072. OLE color: 6096072.
HSL color Cylindrical-coordinate representation of color #C8045D: hue angle of 332.76º degrees, saturation: 0.96, 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 #C8045D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.22 |
| HSL | 332.76º | 0.96% | 0.4% | - |
| HSV(B) | 332.76º | 0.98% | 0.78% | - |
| XYZ | 25.84 | 13.16 | 11.53 | - |
| YUV | 72.75 | 139.43 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 93 | 0 | 0.98 | 0.54 | 0.22 | 332.76 | 0.96 | 0.4 |
| Hex | C8 | 4 | 5D | 0 | 62 | 36 | 16 | 14D | 60 | 28 |
| Octal | 310 | 4 | 135 | 0 | 142 | 66 | 26 | 515 | 140 | 50 |
| Binary | 11001000 | 100 | 1011101 | 0 | 1100010 | 110110 | 10110 | 101001101 | 1100000 | 101000 |
Color Harmonies of #C8045D
Complementary color
Monochromatic Colors of #C8045D
Black with #C8045D
Text Example
Text Example
White with #C8045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8045D; }
p { color: rgb(200,4,93); }
H1.HeaderClassName
{
color: #C8045D;
}
.AnyTagClassName
{
color: #C8045D;
}
</style>
background-color css
<style>
a { background-color: #C8045D; }
a { background-color: rgb(200,4,93); }
div.DivClassName
{
background-color: #C8045D;
}
.BgClassName
{
background-color: #C8045D;
}
</style>
border-color css
<style>
span { border-color: #C8045D; }
span { border-color: rgb(200,4,93); }
td.TdClassName
{
border-color: #C8045D;
}
.TagClassName
{
border-color: #C8045D;
}
</style>