Shades of Ruby #C91364
Tints of Ruby #C91364
RGB
CMYK
RGB Variations
Color information
#C91364 (or 0xC91364) is known color: Ruby. HEX triplet: C9, 13 and 64. RGB value is (201,19,100). Sum of RGB (Red+Green+Blue) = 201+19+100=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C91364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91364 is #36EC9B. Grayscale: #525252. Windows color (decimal): -3599516 or 6558665. OLE color: 6558665.
HSL color Cylindrical-coordinate representation of color #C91364: hue angle of 333.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91364 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.21 |
| HSL | 333.3º | 0.83% | 0.43% | - |
| HSV(B) | 333.3º | 0.91% | 0.79% | - |
| XYZ | 26.62 | 13.8 | 13.32 | - |
| YUV | 82.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 100 | 0 | 0.91 | 0.50 | 0.21 | 333.3 | 0.83 | 0.43 |
| Hex | C9 | 13 | 64 | 0 | 5B | 32 | 15 | 14D | 53 | 2B |
| Octal | 311 | 23 | 144 | 0 | 133 | 62 | 25 | 515 | 123 | 53 |
| Binary | 11001001 | 10011 | 1100100 | 0 | 1011011 | 110010 | 10101 | 101001101 | 1010011 | 101011 |
Color Harmonies of #C91364
Complementary color
Monochromatic Colors of #C91364
Black with #C91364
Text Example
Text Example
White with #C91364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91364; }
p { color: rgb(201,19,100); }
H1.HeaderClassName
{
color: #C91364;
}
.AnyTagClassName
{
color: #C91364;
}
</style>
background-color css
<style>
a { background-color: #C91364; }
a { background-color: rgb(201,19,100); }
div.DivClassName
{
background-color: #C91364;
}
.BgClassName
{
background-color: #C91364;
}
</style>
border-color css
<style>
span { border-color: #C91364; }
span { border-color: rgb(201,19,100); }
td.TdClassName
{
border-color: #C91364;
}
.TagClassName
{
border-color: #C91364;
}
</style>