Shades of Ruby #C6045E
Tints of Ruby #C6045E
RGB
CMYK
RGB Variations
Color information
#C6045E (or 0xC6045E) is known color: Ruby. HEX triplet: C6, 04 and 5E. RGB value is (198,4,94). Sum of RGB (Red+Green+Blue) = 198+4+94=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6045E is #39FBA1. Grayscale: #484848. Windows color (decimal): -3799970 or 6161606. OLE color: 6161606.
HSL color Cylindrical-coordinate representation of color #C6045E: hue angle of 332.16º 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 #C6045E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.22 |
| HSL | 332.16º | 0.96% | 0.4% | - |
| HSV(B) | 332.16º | 0.98% | 0.78% | - |
| XYZ | 25.35 | 12.9 | 11.74 | - |
| YUV | 72.27 | 140.27 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 94 | 0 | 0.98 | 0.53 | 0.22 | 332.16 | 0.96 | 0.4 |
| Hex | C6 | 4 | 5E | 0 | 62 | 35 | 16 | 14C | 60 | 28 |
| Octal | 306 | 4 | 136 | 0 | 142 | 65 | 26 | 514 | 140 | 50 |
| Binary | 11000110 | 100 | 1011110 | 0 | 1100010 | 110101 | 10110 | 101001100 | 1100000 | 101000 |
Color Harmonies of #C6045E
Complementary color
Monochromatic Colors of #C6045E
Black with #C6045E
Text Example
Text Example
White with #C6045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6045E; }
p { color: rgb(198,4,94); }
H1.HeaderClassName
{
color: #C6045E;
}
.AnyTagClassName
{
color: #C6045E;
}
</style>
background-color css
<style>
a { background-color: #C6045E; }
a { background-color: rgb(198,4,94); }
div.DivClassName
{
background-color: #C6045E;
}
.BgClassName
{
background-color: #C6045E;
}
</style>
border-color css
<style>
span { border-color: #C6045E; }
span { border-color: rgb(198,4,94); }
td.TdClassName
{
border-color: #C6045E;
}
.TagClassName
{
border-color: #C6045E;
}
</style>