Shades of Ruby #C71C68
Tints of Ruby #C71C68
RGB
CMYK
RGB Variations
Color information
#C71C68 (or 0xC71C68) is known color: Ruby. HEX triplet: C7, 1C and 68. RGB value is (199,28,104). Sum of RGB (Red+Green+Blue) = 199+28+104=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71C68 is #38E397. Grayscale: #575757. Windows color (decimal): -3728280 or 6823111. OLE color: 6823111.
HSL color Cylindrical-coordinate representation of color #C71C68: hue angle of 333.33º 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 #C71C68 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 104 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.22 |
| HSL | 333.33º | 0.75% | 0.45% | - |
| HSV(B) | 333.33º | 0.86% | 0.78% | - |
| XYZ | 26.47 | 13.97 | 14.4 | - |
| YUV | 87.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 104 | 0 | 0.86 | 0.48 | 0.22 | 333.33 | 0.75 | 0.45 |
| Hex | C7 | 1C | 68 | 0 | 56 | 30 | 16 | 14D | 4B | 2D |
| Octal | 307 | 34 | 150 | 0 | 126 | 60 | 26 | 515 | 113 | 55 |
| Binary | 11000111 | 11100 | 1101000 | 0 | 1010110 | 110000 | 10110 | 101001101 | 1001011 | 101101 |
Color Harmonies of #C71C68
Complementary color
Monochromatic Colors of #C71C68
Black with #C71C68
Text Example
Text Example
White with #C71C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C68; }
p { color: rgb(199,28,104); }
H1.HeaderClassName
{
color: #C71C68;
}
.AnyTagClassName
{
color: #C71C68;
}
</style>
background-color css
<style>
a { background-color: #C71C68; }
a { background-color: rgb(199,28,104); }
div.DivClassName
{
background-color: #C71C68;
}
.BgClassName
{
background-color: #C71C68;
}
</style>
border-color css
<style>
span { border-color: #C71C68; }
span { border-color: rgb(199,28,104); }
td.TdClassName
{
border-color: #C71C68;
}
.TagClassName
{
border-color: #C71C68;
}
</style>