Shades of Ruby #C91258
Tints of Ruby #C91258
RGB
CMYK
RGB Variations
Color information
#C91258 (or 0xC91258) is known color: Ruby. HEX triplet: C9, 12 and 58. RGB value is (201,18,88). Sum of RGB (Red+Green+Blue) = 201+18+88=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C91258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91258 is #36EDA7. Grayscale: #505050. Windows color (decimal): -3599784 or 5771977. OLE color: 5771977.
HSL color Cylindrical-coordinate representation of color #C91258: hue angle of 337.05º degrees, saturation: 0.84, 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 #C91258 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 88 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.21 |
| HSL | 337.05º | 0.84% | 0.43% | - |
| HSV(B) | 337.05º | 0.91% | 0.79% | - |
| XYZ | 26.07 | 13.55 | 10.48 | - |
| YUV | 80.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 88 | 0 | 0.91 | 0.56 | 0.21 | 337.05 | 0.84 | 0.43 |
| Hex | C9 | 12 | 58 | 0 | 5B | 38 | 15 | 151 | 54 | 2B |
| Octal | 311 | 22 | 130 | 0 | 133 | 70 | 25 | 521 | 124 | 53 |
| Binary | 11001001 | 10010 | 1011000 | 0 | 1011011 | 111000 | 10101 | 101010001 | 1010100 | 101011 |
Color Harmonies of #C91258
Complementary color
Monochromatic Colors of #C91258
Black with #C91258
Text Example
Text Example
White with #C91258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91258; }
p { color: rgb(201,18,88); }
H1.HeaderClassName
{
color: #C91258;
}
.AnyTagClassName
{
color: #C91258;
}
</style>
background-color css
<style>
a { background-color: #C91258; }
a { background-color: rgb(201,18,88); }
div.DivClassName
{
background-color: #C91258;
}
.BgClassName
{
background-color: #C91258;
}
</style>
border-color css
<style>
span { border-color: #C91258; }
span { border-color: rgb(201,18,88); }
td.TdClassName
{
border-color: #C91258;
}
.TagClassName
{
border-color: #C91258;
}
</style>