Shades of Ruby #C91F65
Tints of Ruby #C91F65
RGB
CMYK
RGB Variations
Color information
#C91F65 (or 0xC91F65) is known color: Ruby. HEX triplet: C9, 1F and 65. RGB value is (201,31,101). Sum of RGB (Red+Green+Blue) = 201+31+101=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91F65 is #36E09A. Grayscale: #595959. Windows color (decimal): -3596443 or 6627273. OLE color: 6627273.
HSL color Cylindrical-coordinate representation of color #C91F65: hue angle of 335.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91F65 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 101 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.21 |
| HSL | 335.29º | 0.73% | 0.45% | - |
| HSV(B) | 335.29º | 0.85% | 0.79% | - |
| XYZ | 26.93 | 14.34 | 13.66 | - |
| YUV | 89.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 101 | 0 | 0.85 | 0.50 | 0.21 | 335.29 | 0.73 | 0.45 |
| Hex | C9 | 1F | 65 | 0 | 55 | 32 | 15 | 14F | 49 | 2D |
| Octal | 311 | 37 | 145 | 0 | 125 | 62 | 25 | 517 | 111 | 55 |
| Binary | 11001001 | 11111 | 1100101 | 0 | 1010101 | 110010 | 10101 | 101001111 | 1001001 | 101101 |
Color Harmonies of #C91F65
Complementary color
Monochromatic Colors of #C91F65
Black with #C91F65
Text Example
Text Example
White with #C91F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F65; }
p { color: rgb(201,31,101); }
H1.HeaderClassName
{
color: #C91F65;
}
.AnyTagClassName
{
color: #C91F65;
}
</style>
background-color css
<style>
a { background-color: #C91F65; }
a { background-color: rgb(201,31,101); }
div.DivClassName
{
background-color: #C91F65;
}
.BgClassName
{
background-color: #C91F65;
}
</style>
border-color css
<style>
span { border-color: #C91F65; }
span { border-color: rgb(201,31,101); }
td.TdClassName
{
border-color: #C91F65;
}
.TagClassName
{
border-color: #C91F65;
}
</style>