Shades of Ruby #C6015E
Tints of Ruby #C6015E
RGB
CMYK
RGB Variations
Color information
#C6015E (or 0xC6015E) is known color: Ruby. HEX triplet: C6, 01 and 5E. RGB value is (198,1,94). Sum of RGB (Red+Green+Blue) = 198+1+94=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6015E is #39FEA1. Grayscale: #464646. Windows color (decimal): -3800738 or 6160838. OLE color: 6160838.
HSL color Cylindrical-coordinate representation of color #C6015E: hue angle of 331.68º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6015E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.22 |
| HSL | 331.68º | 0.99% | 0.39% | - |
| HSV(B) | 331.68º | 0.99% | 0.78% | - |
| XYZ | 25.32 | 12.84 | 11.73 | - |
| YUV | 70.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 94 | 0 | 0.99 | 0.53 | 0.22 | 331.68 | 0.99 | 0.39 |
| Hex | C6 | 1 | 5E | 0 | 63 | 35 | 16 | 14C | 63 | 27 |
| Octal | 306 | 1 | 136 | 0 | 143 | 65 | 26 | 514 | 143 | 47 |
| Binary | 11000110 | 1 | 1011110 | 0 | 1100011 | 110101 | 10110 | 101001100 | 1100011 | 100111 |
Color Harmonies of #C6015E
Complementary color
Monochromatic Colors of #C6015E
Black with #C6015E
Text Example
Text Example
White with #C6015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6015E; }
p { color: rgb(198,1,94); }
H1.HeaderClassName
{
color: #C6015E;
}
.AnyTagClassName
{
color: #C6015E;
}
</style>
background-color css
<style>
a { background-color: #C6015E; }
a { background-color: rgb(198,1,94); }
div.DivClassName
{
background-color: #C6015E;
}
.BgClassName
{
background-color: #C6015E;
}
</style>
border-color css
<style>
span { border-color: #C6015E; }
span { border-color: rgb(198,1,94); }
td.TdClassName
{
border-color: #C6015E;
}
.TagClassName
{
border-color: #C6015E;
}
</style>