Shades of Ruby #C71865
Tints of Ruby #C71865
RGB
CMYK
RGB Variations
Color information
#C71865 (or 0xC71865) is known color: Ruby. HEX triplet: C7, 18 and 65. RGB value is (199,24,101). Sum of RGB (Red+Green+Blue) = 199+24+101=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C71865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71865 is #38E79A. Grayscale: #545454. Windows color (decimal): -3729307 or 6625479. OLE color: 6625479.
HSL color Cylindrical-coordinate representation of color #C71865: hue angle of 333.6º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71865 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 101 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.22 |
| HSL | 333.6º | 0.78% | 0.44% | - |
| HSV(B) | 333.6º | 0.88% | 0.78% | - |
| XYZ | 26.23 | 13.73 | 13.58 | - |
| YUV | 85.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 101 | 0 | 0.88 | 0.49 | 0.22 | 333.6 | 0.78 | 0.44 |
| Hex | C7 | 18 | 65 | 0 | 58 | 31 | 16 | 14E | 4E | 2C |
| Octal | 307 | 30 | 145 | 0 | 130 | 61 | 26 | 516 | 116 | 54 |
| Binary | 11000111 | 11000 | 1100101 | 0 | 1011000 | 110001 | 10110 | 101001110 | 1001110 | 101100 |
Color Harmonies of #C71865
Complementary color
Monochromatic Colors of #C71865
Black with #C71865
Text Example
Text Example
White with #C71865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71865; }
p { color: rgb(199,24,101); }
H1.HeaderClassName
{
color: #C71865;
}
.AnyTagClassName
{
color: #C71865;
}
</style>
background-color css
<style>
a { background-color: #C71865; }
a { background-color: rgb(199,24,101); }
div.DivClassName
{
background-color: #C71865;
}
.BgClassName
{
background-color: #C71865;
}
</style>
border-color css
<style>
span { border-color: #C71865; }
span { border-color: rgb(199,24,101); }
td.TdClassName
{
border-color: #C71865;
}
.TagClassName
{
border-color: #C71865;
}
</style>