Shades of Ruby #C71E69
Tints of Ruby #C71E69
RGB
CMYK
RGB Variations
Color information
#C71E69 (or 0xC71E69) is known color: Ruby. HEX triplet: C7, 1E and 69. RGB value is (199,30,105). Sum of RGB (Red+Green+Blue) = 199+30+105=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E69 is #38E196. Grayscale: #585858. Windows color (decimal): -3727767 or 6889159. OLE color: 6889159.
HSL color Cylindrical-coordinate representation of color #C71E69: hue angle of 333.37º 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 #C71E69 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 105 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.22 |
| HSL | 333.37º | 0.74% | 0.45% | - |
| HSV(B) | 333.37º | 0.85% | 0.78% | - |
| XYZ | 26.57 | 14.09 | 14.68 | - |
| YUV | 89.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 105 | 0 | 0.85 | 0.47 | 0.22 | 333.37 | 0.74 | 0.45 |
| Hex | C7 | 1E | 69 | 0 | 55 | 2F | 16 | 14D | 4A | 2D |
| Octal | 307 | 36 | 151 | 0 | 125 | 57 | 26 | 515 | 112 | 55 |
| Binary | 11000111 | 11110 | 1101001 | 0 | 1010101 | 101111 | 10110 | 101001101 | 1001010 | 101101 |
Color Harmonies of #C71E69
Complementary color
Monochromatic Colors of #C71E69
Black with #C71E69
Text Example
Text Example
White with #C71E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E69; }
p { color: rgb(199,30,105); }
H1.HeaderClassName
{
color: #C71E69;
}
.AnyTagClassName
{
color: #C71E69;
}
</style>
background-color css
<style>
a { background-color: #C71E69; }
a { background-color: rgb(199,30,105); }
div.DivClassName
{
background-color: #C71E69;
}
.BgClassName
{
background-color: #C71E69;
}
</style>
border-color css
<style>
span { border-color: #C71E69; }
span { border-color: rgb(199,30,105); }
td.TdClassName
{
border-color: #C71E69;
}
.TagClassName
{
border-color: #C71E69;
}
</style>