Shades of Ruby #C71D62
Tints of Ruby #C71D62
RGB
CMYK
RGB Variations
Color information
#C71D62 (or 0xC71D62) is known color: Ruby. HEX triplet: C7, 1D and 62. RGB value is (199,29,98). Sum of RGB (Red+Green+Blue) = 199+29+98=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D62 is #38E29D. Grayscale: #575757. Windows color (decimal): -3728030 or 6430151. OLE color: 6430151.
HSL color Cylindrical-coordinate representation of color #C71D62: hue angle of 335.65º 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 #C71D62 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 98 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.22 |
| HSL | 335.65º | 0.75% | 0.45% | - |
| HSV(B) | 335.65º | 0.85% | 0.78% | - |
| XYZ | 26.2 | 13.9 | 12.86 | - |
| YUV | 87.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 98 | 0 | 0.85 | 0.51 | 0.22 | 335.65 | 0.75 | 0.45 |
| Hex | C7 | 1D | 62 | 0 | 55 | 33 | 16 | 150 | 4B | 2D |
| Octal | 307 | 35 | 142 | 0 | 125 | 63 | 26 | 520 | 113 | 55 |
| Binary | 11000111 | 11101 | 1100010 | 0 | 1010101 | 110011 | 10110 | 101010000 | 1001011 | 101101 |
Color Harmonies of #C71D62
Complementary color
Monochromatic Colors of #C71D62
Black with #C71D62
Text Example
Text Example
White with #C71D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D62; }
p { color: rgb(199,29,98); }
H1.HeaderClassName
{
color: #C71D62;
}
.AnyTagClassName
{
color: #C71D62;
}
</style>
background-color css
<style>
a { background-color: #C71D62; }
a { background-color: rgb(199,29,98); }
div.DivClassName
{
background-color: #C71D62;
}
.BgClassName
{
background-color: #C71D62;
}
</style>
border-color css
<style>
span { border-color: #C71D62; }
span { border-color: rgb(199,29,98); }
td.TdClassName
{
border-color: #C71D62;
}
.TagClassName
{
border-color: #C71D62;
}
</style>