Shades of Ruby #C91461
Tints of Ruby #C91461
RGB
CMYK
RGB Variations
Color information
#C91461 (or 0xC91461) is known color: Ruby. HEX triplet: C9, 14 and 61. RGB value is (201,20,97). Sum of RGB (Red+Green+Blue) = 201+20+97=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C91461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91461 is #36EB9E. Grayscale: #525252. Windows color (decimal): -3599263 or 6362313. OLE color: 6362313.
HSL color Cylindrical-coordinate representation of color #C91461: hue angle of 334.48º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91461 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 97 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.21 |
| HSL | 334.48º | 0.82% | 0.43% | - |
| HSV(B) | 334.48º | 0.9% | 0.79% | - |
| XYZ | 26.5 | 13.78 | 12.57 | - |
| YUV | 82.9 | 135.97 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 97 | 0 | 0.90 | 0.52 | 0.21 | 334.48 | 0.82 | 0.43 |
| Hex | C9 | 14 | 61 | 0 | 5A | 34 | 15 | 14E | 52 | 2B |
| Octal | 311 | 24 | 141 | 0 | 132 | 64 | 25 | 516 | 122 | 53 |
| Binary | 11001001 | 10100 | 1100001 | 0 | 1011010 | 110100 | 10101 | 101001110 | 1010010 | 101011 |
Color Harmonies of #C91461
Complementary color
Monochromatic Colors of #C91461
Black with #C91461
Text Example
Text Example
White with #C91461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91461; }
p { color: rgb(201,20,97); }
H1.HeaderClassName
{
color: #C91461;
}
.AnyTagClassName
{
color: #C91461;
}
</style>
background-color css
<style>
a { background-color: #C91461; }
a { background-color: rgb(201,20,97); }
div.DivClassName
{
background-color: #C91461;
}
.BgClassName
{
background-color: #C91461;
}
</style>
border-color css
<style>
span { border-color: #C91461; }
span { border-color: rgb(201,20,97); }
td.TdClassName
{
border-color: #C91461;
}
.TagClassName
{
border-color: #C91461;
}
</style>