Shades of Ruby #C8145E
Tints of Ruby #C8145E
RGB
CMYK
RGB Variations
Color information
#C8145E (or 0xC8145E) is known color: Ruby. HEX triplet: C8, 14 and 5E. RGB value is (200,20,94). Sum of RGB (Red+Green+Blue) = 200+20+94=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8145E is #37EBA1. Grayscale: #525252. Windows color (decimal): -3664802 or 6165704. OLE color: 6165704.
HSL color Cylindrical-coordinate representation of color #C8145E: hue angle of 335.33º 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 #C8145E is Cyan = 0, Magento = 0.9, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 94 | - |
| CMYK | 0 | 0.9 | 0.53 | 0.22 |
| HSL | 335.33º | 0.82% | 0.43% | - |
| HSV(B) | 335.33º | 0.9% | 0.78% | - |
| XYZ | 26.09 | 13.59 | 11.84 | - |
| YUV | 82.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 94 | 0 | 0.9 | 0.53 | 0.22 | 335.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 5E | 0 | 5A | 35 | 16 | 14F | 52 | 2B |
| Octal | 310 | 24 | 136 | 0 | 132 | 65 | 26 | 517 | 122 | 53 |
| Binary | 11001000 | 10100 | 1011110 | 0 | 1011010 | 110101 | 10110 | 101001111 | 1010010 | 101011 |
Color Harmonies of #C8145E
Complementary color
Monochromatic Colors of #C8145E
Black with #C8145E
Text Example
Text Example
White with #C8145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8145E; }
p { color: rgb(200,20,94); }
H1.HeaderClassName
{
color: #C8145E;
}
.AnyTagClassName
{
color: #C8145E;
}
</style>
background-color css
<style>
a { background-color: #C8145E; }
a { background-color: rgb(200,20,94); }
div.DivClassName
{
background-color: #C8145E;
}
.BgClassName
{
background-color: #C8145E;
}
</style>
border-color css
<style>
span { border-color: #C8145E; }
span { border-color: rgb(200,20,94); }
td.TdClassName
{
border-color: #C8145E;
}
.TagClassName
{
border-color: #C8145E;
}
</style>