Shades of Ruby #C8015E
Tints of Ruby #C8015E
RGB
CMYK
RGB Variations
Color information
#C8015E (or 0xC8015E) is known color: Ruby. HEX triplet: C8, 01 and 5E. RGB value is (200,1,94). Sum of RGB (Red+Green+Blue) = 200+1+94=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8015E is #37FEA1. Grayscale: #464646. Windows color (decimal): -3669666 or 6160840. OLE color: 6160840.
HSL color Cylindrical-coordinate representation of color #C8015E: hue angle of 331.96º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8015E is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.22 |
| HSL | 331.96º | 0.99% | 0.39% | - |
| HSV(B) | 331.96º | 1% | 0.78% | - |
| XYZ | 25.85 | 13.11 | 11.76 | - |
| YUV | 71.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 94 | 0 | 1.00 | 0.53 | 0.22 | 331.96 | 0.99 | 0.39 |
| Hex | C8 | 1 | 5E | 0 | 64 | 35 | 16 | 14C | 63 | 27 |
| Octal | 310 | 1 | 136 | 0 | 144 | 65 | 26 | 514 | 143 | 47 |
| Binary | 11001000 | 1 | 1011110 | 0 | 1100100 | 110101 | 10110 | 101001100 | 1100011 | 100111 |
Color Harmonies of #C8015E
Complementary color
Monochromatic Colors of #C8015E
Black with #C8015E
Text Example
Text Example
White with #C8015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8015E; }
p { color: rgb(200,1,94); }
H1.HeaderClassName
{
color: #C8015E;
}
.AnyTagClassName
{
color: #C8015E;
}
</style>
background-color css
<style>
a { background-color: #C8015E; }
a { background-color: rgb(200,1,94); }
div.DivClassName
{
background-color: #C8015E;
}
.BgClassName
{
background-color: #C8015E;
}
</style>
border-color css
<style>
span { border-color: #C8015E; }
span { border-color: rgb(200,1,94); }
td.TdClassName
{
border-color: #C8015E;
}
.TagClassName
{
border-color: #C8015E;
}
</style>