Shades of Ruby #C91D5C
Tints of Ruby #C91D5C
RGB
CMYK
RGB Variations
Color information
#C91D5C (or 0xC91D5C) is known color: Ruby. HEX triplet: C9, 1D and 5C. RGB value is (201,29,92). Sum of RGB (Red+Green+Blue) = 201+29+92=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91D5C is #36E2A3. Grayscale: #575757. Windows color (decimal): -3596964 or 6036937. OLE color: 6036937.
HSL color Cylindrical-coordinate representation of color #C91D5C: hue angle of 338.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D5C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 92 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.21 |
| HSL | 338.02º | 0.75% | 0.45% | - |
| HSV(B) | 338.02º | 0.86% | 0.79% | - |
| XYZ | 26.46 | 14.07 | 11.45 | - |
| YUV | 87.61 | 130.48 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 92 | 0 | 0.86 | 0.54 | 0.21 | 338.02 | 0.75 | 0.45 |
| Hex | C9 | 1D | 5C | 0 | 56 | 36 | 15 | 152 | 4B | 2D |
| Octal | 311 | 35 | 134 | 0 | 126 | 66 | 25 | 522 | 113 | 55 |
| Binary | 11001001 | 11101 | 1011100 | 0 | 1010110 | 110110 | 10101 | 101010010 | 1001011 | 101101 |
Color Harmonies of #C91D5C
Complementary color
Monochromatic Colors of #C91D5C
Black with #C91D5C
Text Example
Text Example
White with #C91D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D5C; }
p { color: rgb(201,29,92); }
H1.HeaderClassName
{
color: #C91D5C;
}
.AnyTagClassName
{
color: #C91D5C;
}
</style>
background-color css
<style>
a { background-color: #C91D5C; }
a { background-color: rgb(201,29,92); }
div.DivClassName
{
background-color: #C91D5C;
}
.BgClassName
{
background-color: #C91D5C;
}
</style>
border-color css
<style>
span { border-color: #C91D5C; }
span { border-color: rgb(201,29,92); }
td.TdClassName
{
border-color: #C91D5C;
}
.TagClassName
{
border-color: #C91D5C;
}
</style>