Shades of Ruby #C91063
Tints of Ruby #C91063
RGB
CMYK
RGB Variations
Color information
#C91063 (or 0xC91063) is known color: Ruby. HEX triplet: C9, 10 and 63. RGB value is (201,16,99). Sum of RGB (Red+Green+Blue) = 201+16+99=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C91063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91063 is #36EF9C. Grayscale: #505050. Windows color (decimal): -3600285 or 6492361. OLE color: 6492361.
HSL color Cylindrical-coordinate representation of color #C91063: hue angle of 333.08º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91063 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 99 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.21 |
| HSL | 333.08º | 0.85% | 0.43% | - |
| HSV(B) | 333.08º | 0.92% | 0.79% | - |
| XYZ | 26.52 | 13.69 | 13.05 | - |
| YUV | 80.78 | 138.29 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 99 | 0 | 0.92 | 0.51 | 0.21 | 333.08 | 0.85 | 0.43 |
| Hex | C9 | 10 | 63 | 0 | 5C | 33 | 15 | 14D | 55 | 2B |
| Octal | 311 | 20 | 143 | 0 | 134 | 63 | 25 | 515 | 125 | 53 |
| Binary | 11001001 | 10000 | 1100011 | 0 | 1011100 | 110011 | 10101 | 101001101 | 1010101 | 101011 |
Color Harmonies of #C91063
Complementary color
Monochromatic Colors of #C91063
Black with #C91063
Text Example
Text Example
White with #C91063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91063; }
p { color: rgb(201,16,99); }
H1.HeaderClassName
{
color: #C91063;
}
.AnyTagClassName
{
color: #C91063;
}
</style>
background-color css
<style>
a { background-color: #C91063; }
a { background-color: rgb(201,16,99); }
div.DivClassName
{
background-color: #C91063;
}
.BgClassName
{
background-color: #C91063;
}
</style>
border-color css
<style>
span { border-color: #C91063; }
span { border-color: rgb(201,16,99); }
td.TdClassName
{
border-color: #C91063;
}
.TagClassName
{
border-color: #C91063;
}
</style>