Shades of Ruby #C71D5C
Tints of Ruby #C71D5C
RGB
CMYK
RGB Variations
Color information
#C71D5C (or 0xC71D5C) is known color: Ruby. HEX triplet: C7, 1D and 5C. RGB value is (199,29,92). Sum of RGB (Red+Green+Blue) = 199+29+92=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D5C is #38E2A3. Grayscale: #565656. Windows color (decimal): -3728036 or 6036935. OLE color: 6036935.
HSL color Cylindrical-coordinate representation of color #C71D5C: hue angle of 337.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D5C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 92 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.22 |
| HSL | 337.76º | 0.75% | 0.45% | - |
| HSV(B) | 337.76º | 0.85% | 0.78% | - |
| XYZ | 25.92 | 13.79 | 11.42 | - |
| YUV | 87.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 92 | 0 | 0.85 | 0.54 | 0.22 | 337.76 | 0.75 | 0.45 |
| Hex | C7 | 1D | 5C | 0 | 55 | 36 | 16 | 152 | 4B | 2D |
| Octal | 307 | 35 | 134 | 0 | 125 | 66 | 26 | 522 | 113 | 55 |
| Binary | 11000111 | 11101 | 1011100 | 0 | 1010101 | 110110 | 10110 | 101010010 | 1001011 | 101101 |
Color Harmonies of #C71D5C
Complementary color
Monochromatic Colors of #C71D5C
Black with #C71D5C
Text Example
Text Example
White with #C71D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D5C; }
p { color: rgb(199,29,92); }
H1.HeaderClassName
{
color: #C71D5C;
}
.AnyTagClassName
{
color: #C71D5C;
}
</style>
background-color css
<style>
a { background-color: #C71D5C; }
a { background-color: rgb(199,29,92); }
div.DivClassName
{
background-color: #C71D5C;
}
.BgClassName
{
background-color: #C71D5C;
}
</style>
border-color css
<style>
span { border-color: #C71D5C; }
span { border-color: rgb(199,29,92); }
td.TdClassName
{
border-color: #C71D5C;
}
.TagClassName
{
border-color: #C71D5C;
}
</style>