Shades of Ruby #C71C66
Tints of Ruby #C71C66
RGB
CMYK
RGB Variations
Color information
#C71C66 (or 0xC71C66) is known color: Ruby. HEX triplet: C7, 1C and 66. RGB value is (199,28,102). Sum of RGB (Red+Green+Blue) = 199+28+102=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71C66 is #38E399. Grayscale: #575757. Windows color (decimal): -3728282 or 6692039. OLE color: 6692039.
HSL color Cylindrical-coordinate representation of color #C71C66: hue angle of 334.04º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71C66 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 102 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.22 |
| HSL | 334.04º | 0.75% | 0.45% | - |
| HSV(B) | 334.04º | 0.86% | 0.78% | - |
| XYZ | 26.37 | 13.93 | 13.87 | - |
| YUV | 87.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 102 | 0 | 0.86 | 0.49 | 0.22 | 334.04 | 0.75 | 0.45 |
| Hex | C7 | 1C | 66 | 0 | 56 | 31 | 16 | 14E | 4B | 2D |
| Octal | 307 | 34 | 146 | 0 | 126 | 61 | 26 | 516 | 113 | 55 |
| Binary | 11000111 | 11100 | 1100110 | 0 | 1010110 | 110001 | 10110 | 101001110 | 1001011 | 101101 |
Color Harmonies of #C71C66
Complementary color
Monochromatic Colors of #C71C66
Black with #C71C66
Text Example
Text Example
White with #C71C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C66; }
p { color: rgb(199,28,102); }
H1.HeaderClassName
{
color: #C71C66;
}
.AnyTagClassName
{
color: #C71C66;
}
</style>
background-color css
<style>
a { background-color: #C71C66; }
a { background-color: rgb(199,28,102); }
div.DivClassName
{
background-color: #C71C66;
}
.BgClassName
{
background-color: #C71C66;
}
</style>
border-color css
<style>
span { border-color: #C71C66; }
span { border-color: rgb(199,28,102); }
td.TdClassName
{
border-color: #C71C66;
}
.TagClassName
{
border-color: #C71C66;
}
</style>