Shades of Ruby #C61E6A
Tints of Ruby #C61E6A
RGB
CMYK
RGB Variations
Color information
#C61E6A (or 0xC61E6A) is known color: Ruby. HEX triplet: C6, 1E and 6A. RGB value is (198,30,106). Sum of RGB (Red+Green+Blue) = 198+30+106=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E6A is #39E195. Grayscale: #585858. Windows color (decimal): -3793302 or 6954694. OLE color: 6954694.
HSL color Cylindrical-coordinate representation of color #C61E6A: hue angle of 332.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61E6A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 106 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.22 |
| HSL | 332.86º | 0.74% | 0.45% | - |
| HSV(B) | 332.86º | 0.85% | 0.78% | - |
| XYZ | 26.35 | 13.97 | 14.94 | - |
| YUV | 88.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 106 | 0 | 0.85 | 0.46 | 0.22 | 332.86 | 0.74 | 0.45 |
| Hex | C6 | 1E | 6A | 0 | 55 | 2E | 16 | 14D | 4A | 2D |
| Octal | 306 | 36 | 152 | 0 | 125 | 56 | 26 | 515 | 112 | 55 |
| Binary | 11000110 | 11110 | 1101010 | 0 | 1010101 | 101110 | 10110 | 101001101 | 1001010 | 101101 |
Color Harmonies of #C61E6A
Complementary color
Monochromatic Colors of #C61E6A
Black with #C61E6A
Text Example
Text Example
White with #C61E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E6A; }
p { color: rgb(198,30,106); }
H1.HeaderClassName
{
color: #C61E6A;
}
.AnyTagClassName
{
color: #C61E6A;
}
</style>
background-color css
<style>
a { background-color: #C61E6A; }
a { background-color: rgb(198,30,106); }
div.DivClassName
{
background-color: #C61E6A;
}
.BgClassName
{
background-color: #C61E6A;
}
</style>
border-color css
<style>
span { border-color: #C61E6A; }
span { border-color: rgb(198,30,106); }
td.TdClassName
{
border-color: #C61E6A;
}
.TagClassName
{
border-color: #C61E6A;
}
</style>