Shades of Ruby #C71E62
Tints of Ruby #C71E62
RGB
CMYK
RGB Variations
Color information
#C71E62 (or 0xC71E62) is known color: Ruby. HEX triplet: C7, 1E and 62. RGB value is (199,30,98). Sum of RGB (Red+Green+Blue) = 199+30+98=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E62 is #38E19D. Grayscale: #585858. Windows color (decimal): -3727774 or 6430407. OLE color: 6430407.
HSL color Cylindrical-coordinate representation of color #C71E62: hue angle of 335.86º degrees, saturation: 0.74, 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 #C71E62 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 98 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.22 |
| HSL | 335.86º | 0.74% | 0.45% | - |
| HSV(B) | 335.86º | 0.85% | 0.78% | - |
| XYZ | 26.22 | 13.95 | 12.87 | - |
| YUV | 88.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 98 | 0 | 0.85 | 0.51 | 0.22 | 335.86 | 0.74 | 0.45 |
| Hex | C7 | 1E | 62 | 0 | 55 | 33 | 16 | 150 | 4A | 2D |
| Octal | 307 | 36 | 142 | 0 | 125 | 63 | 26 | 520 | 112 | 55 |
| Binary | 11000111 | 11110 | 1100010 | 0 | 1010101 | 110011 | 10110 | 101010000 | 1001010 | 101101 |
Color Harmonies of #C71E62
Complementary color
Monochromatic Colors of #C71E62
Black with #C71E62
Text Example
Text Example
White with #C71E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E62; }
p { color: rgb(199,30,98); }
H1.HeaderClassName
{
color: #C71E62;
}
.AnyTagClassName
{
color: #C71E62;
}
</style>
background-color css
<style>
a { background-color: #C71E62; }
a { background-color: rgb(199,30,98); }
div.DivClassName
{
background-color: #C71E62;
}
.BgClassName
{
background-color: #C71E62;
}
</style>
border-color css
<style>
span { border-color: #C71E62; }
span { border-color: rgb(199,30,98); }
td.TdClassName
{
border-color: #C71E62;
}
.TagClassName
{
border-color: #C71E62;
}
</style>