Shades of Ruby #C61F62
Tints of Ruby #C61F62
RGB
CMYK
RGB Variations
Color information
#C61F62 (or 0xC61F62) is known color: Ruby. HEX triplet: C6, 1F and 62. RGB value is (198,31,98). Sum of RGB (Red+Green+Blue) = 198+31+98=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F62 is #39E09D. Grayscale: #585858. Windows color (decimal): -3793054 or 6430662. OLE color: 6430662.
HSL color Cylindrical-coordinate representation of color #C61F62: hue angle of 335.93º 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 #C61F62 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 98 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.22 |
| HSL | 335.93º | 0.73% | 0.45% | - |
| HSV(B) | 335.93º | 0.84% | 0.78% | - |
| XYZ | 25.98 | 13.87 | 12.86 | - |
| YUV | 88.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 98 | 0 | 0.84 | 0.51 | 0.22 | 335.93 | 0.73 | 0.45 |
| Hex | C6 | 1F | 62 | 0 | 54 | 33 | 16 | 150 | 49 | 2D |
| Octal | 306 | 37 | 142 | 0 | 124 | 63 | 26 | 520 | 111 | 55 |
| Binary | 11000110 | 11111 | 1100010 | 0 | 1010100 | 110011 | 10110 | 101010000 | 1001001 | 101101 |
Color Harmonies of #C61F62
Complementary color
Monochromatic Colors of #C61F62
Black with #C61F62
Text Example
Text Example
White with #C61F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F62; }
p { color: rgb(198,31,98); }
H1.HeaderClassName
{
color: #C61F62;
}
.AnyTagClassName
{
color: #C61F62;
}
</style>
background-color css
<style>
a { background-color: #C61F62; }
a { background-color: rgb(198,31,98); }
div.DivClassName
{
background-color: #C61F62;
}
.BgClassName
{
background-color: #C61F62;
}
</style>
border-color css
<style>
span { border-color: #C61F62; }
span { border-color: rgb(198,31,98); }
td.TdClassName
{
border-color: #C61F62;
}
.TagClassName
{
border-color: #C61F62;
}
</style>