Shades of Ruby #C91E5C
Tints of Ruby #C91E5C
RGB
CMYK
RGB Variations
Color information
#C91E5C (or 0xC91E5C) is known color: Ruby. HEX triplet: C9, 1E and 5C. RGB value is (201,30,92). Sum of RGB (Red+Green+Blue) = 201+30+92=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E5C is #36E1A3. Grayscale: #585858. Windows color (decimal): -3596708 or 6037193. OLE color: 6037193.
HSL color Cylindrical-coordinate representation of color #C91E5C: hue angle of 338.25º degrees, saturation: 0.74, 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 #C91E5C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 92 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.21 |
| HSL | 338.25º | 0.74% | 0.45% | - |
| HSV(B) | 338.25º | 0.85% | 0.79% | - |
| XYZ | 26.48 | 14.12 | 11.45 | - |
| YUV | 88.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 92 | 0 | 0.85 | 0.54 | 0.21 | 338.25 | 0.74 | 0.45 |
| Hex | C9 | 1E | 5C | 0 | 55 | 36 | 15 | 152 | 4A | 2D |
| Octal | 311 | 36 | 134 | 0 | 125 | 66 | 25 | 522 | 112 | 55 |
| Binary | 11001001 | 11110 | 1011100 | 0 | 1010101 | 110110 | 10101 | 101010010 | 1001010 | 101101 |
Color Harmonies of #C91E5C
Complementary color
Monochromatic Colors of #C91E5C
Black with #C91E5C
Text Example
Text Example
White with #C91E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E5C; }
p { color: rgb(201,30,92); }
H1.HeaderClassName
{
color: #C91E5C;
}
.AnyTagClassName
{
color: #C91E5C;
}
</style>
background-color css
<style>
a { background-color: #C91E5C; }
a { background-color: rgb(201,30,92); }
div.DivClassName
{
background-color: #C91E5C;
}
.BgClassName
{
background-color: #C91E5C;
}
</style>
border-color css
<style>
span { border-color: #C91E5C; }
span { border-color: rgb(201,30,92); }
td.TdClassName
{
border-color: #C91E5C;
}
.TagClassName
{
border-color: #C91E5C;
}
</style>