Shades of Ruby #C71264
Tints of Ruby #C71264
RGB
CMYK
RGB Variations
Color information
#C71264 (or 0xC71264) is known color: Ruby. HEX triplet: C7, 12 and 64. RGB value is (199,18,100). Sum of RGB (Red+Green+Blue) = 199+18+100=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C71264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71264 is #38ED9B. Grayscale: #515151. Windows color (decimal): -3730844 or 6558407. OLE color: 6558407.
HSL color Cylindrical-coordinate representation of color #C71264: hue angle of 332.82º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71264 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 100 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.22 |
| HSL | 332.82º | 0.83% | 0.43% | - |
| HSV(B) | 332.82º | 0.91% | 0.78% | - |
| XYZ | 26.07 | 13.49 | 13.29 | - |
| YUV | 81.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 100 | 0 | 0.91 | 0.50 | 0.22 | 332.82 | 0.83 | 0.43 |
| Hex | C7 | 12 | 64 | 0 | 5B | 32 | 16 | 14D | 53 | 2B |
| Octal | 307 | 22 | 144 | 0 | 133 | 62 | 26 | 515 | 123 | 53 |
| Binary | 11000111 | 10010 | 1100100 | 0 | 1011011 | 110010 | 10110 | 101001101 | 1010011 | 101011 |
Color Harmonies of #C71264
Complementary color
Monochromatic Colors of #C71264
Black with #C71264
Text Example
Text Example
White with #C71264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71264; }
p { color: rgb(199,18,100); }
H1.HeaderClassName
{
color: #C71264;
}
.AnyTagClassName
{
color: #C71264;
}
</style>
background-color css
<style>
a { background-color: #C71264; }
a { background-color: rgb(199,18,100); }
div.DivClassName
{
background-color: #C71264;
}
.BgClassName
{
background-color: #C71264;
}
</style>
border-color css
<style>
span { border-color: #C71264; }
span { border-color: rgb(199,18,100); }
td.TdClassName
{
border-color: #C71264;
}
.TagClassName
{
border-color: #C71264;
}
</style>