Shades of Ruby #C8145D
Tints of Ruby #C8145D
RGB
CMYK
RGB Variations
Color information
#C8145D (or 0xC8145D) is known color: Ruby. HEX triplet: C8, 14 and 5D. RGB value is (200,20,93). Sum of RGB (Red+Green+Blue) = 200+20+93=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8145D is #37EBA2. Grayscale: #525252. Windows color (decimal): -3664803 or 6100168. OLE color: 6100168.
HSL color Cylindrical-coordinate representation of color #C8145D: hue angle of 335.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8145D is Cyan = 0, Magento = 0.9, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 93 | - |
| CMYK | 0 | 0.9 | 0.54 | 0.22 |
| HSL | 335.67º | 0.82% | 0.43% | - |
| HSV(B) | 335.67º | 0.9% | 0.78% | - |
| XYZ | 26.05 | 13.57 | 11.6 | - |
| YUV | 82.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 93 | 0 | 0.9 | 0.54 | 0.22 | 335.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 5D | 0 | 5A | 36 | 16 | 150 | 52 | 2B |
| Octal | 310 | 24 | 135 | 0 | 132 | 66 | 26 | 520 | 122 | 53 |
| Binary | 11001000 | 10100 | 1011101 | 0 | 1011010 | 110110 | 10110 | 101010000 | 1010010 | 101011 |
Color Harmonies of #C8145D
Complementary color
Monochromatic Colors of #C8145D
Black with #C8145D
Text Example
Text Example
White with #C8145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8145D; }
p { color: rgb(200,20,93); }
H1.HeaderClassName
{
color: #C8145D;
}
.AnyTagClassName
{
color: #C8145D;
}
</style>
background-color css
<style>
a { background-color: #C8145D; }
a { background-color: rgb(200,20,93); }
div.DivClassName
{
background-color: #C8145D;
}
.BgClassName
{
background-color: #C8145D;
}
</style>
border-color css
<style>
span { border-color: #C8145D; }
span { border-color: rgb(200,20,93); }
td.TdClassName
{
border-color: #C8145D;
}
.TagClassName
{
border-color: #C8145D;
}
</style>