Shades of Ruby #C61F66
Tints of Ruby #C61F66
RGB
CMYK
RGB Variations
Color information
#C61F66 (or 0xC61F66) is known color: Ruby. HEX triplet: C6, 1F and 66. RGB value is (198,31,102). Sum of RGB (Red+Green+Blue) = 198+31+102=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F66 is #39E099. Grayscale: #585858. Windows color (decimal): -3793050 or 6692806. OLE color: 6692806.
HSL color Cylindrical-coordinate representation of color #C61F66: hue angle of 334.49º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61F66 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 102 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.22 |
| HSL | 334.49º | 0.73% | 0.45% | - |
| HSV(B) | 334.49º | 0.84% | 0.78% | - |
| XYZ | 26.18 | 13.95 | 13.88 | - |
| YUV | 89.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 102 | 0 | 0.84 | 0.48 | 0.22 | 334.49 | 0.73 | 0.45 |
| Hex | C6 | 1F | 66 | 0 | 54 | 30 | 16 | 14E | 49 | 2D |
| Octal | 306 | 37 | 146 | 0 | 124 | 60 | 26 | 516 | 111 | 55 |
| Binary | 11000110 | 11111 | 1100110 | 0 | 1010100 | 110000 | 10110 | 101001110 | 1001001 | 101101 |
Color Harmonies of #C61F66
Complementary color
Monochromatic Colors of #C61F66
Black with #C61F66
Text Example
Text Example
White with #C61F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F66; }
p { color: rgb(198,31,102); }
H1.HeaderClassName
{
color: #C61F66;
}
.AnyTagClassName
{
color: #C61F66;
}
</style>
background-color css
<style>
a { background-color: #C61F66; }
a { background-color: rgb(198,31,102); }
div.DivClassName
{
background-color: #C61F66;
}
.BgClassName
{
background-color: #C61F66;
}
</style>
border-color css
<style>
span { border-color: #C61F66; }
span { border-color: rgb(198,31,102); }
td.TdClassName
{
border-color: #C61F66;
}
.TagClassName
{
border-color: #C61F66;
}
</style>