Shades of Ruby #C70163
Tints of Ruby #C70163
RGB
CMYK
RGB Variations
Color information
#C70163 (or 0xC70163) is known color: Ruby. HEX triplet: C7, 01 and 63. RGB value is (199,1,99). Sum of RGB (Red+Green+Blue) = 199+1+99=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C70163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70163 is #38FE9C. Grayscale: #474747. Windows color (decimal): -3735197 or 6488519. OLE color: 6488519.
HSL color Cylindrical-coordinate representation of color #C70163: hue angle of 330.3º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70163 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.22 |
| HSL | 330.3º | 0.99% | 0.39% | - |
| HSV(B) | 330.3º | 0.99% | 0.78% | - |
| XYZ | 25.82 | 13.06 | 12.97 | - |
| YUV | 71.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 99 | 0 | 0.99 | 0.50 | 0.22 | 330.3 | 0.99 | 0.39 |
| Hex | C7 | 1 | 63 | 0 | 63 | 32 | 16 | 14A | 63 | 27 |
| Octal | 307 | 1 | 143 | 0 | 143 | 62 | 26 | 512 | 143 | 47 |
| Binary | 11000111 | 1 | 1100011 | 0 | 1100011 | 110010 | 10110 | 101001010 | 1100011 | 100111 |
Color Harmonies of #C70163
Complementary color
Monochromatic Colors of #C70163
Black with #C70163
Text Example
Text Example
White with #C70163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70163; }
p { color: rgb(199,1,99); }
H1.HeaderClassName
{
color: #C70163;
}
.AnyTagClassName
{
color: #C70163;
}
</style>
background-color css
<style>
a { background-color: #C70163; }
a { background-color: rgb(199,1,99); }
div.DivClassName
{
background-color: #C70163;
}
.BgClassName
{
background-color: #C70163;
}
</style>
border-color css
<style>
span { border-color: #C70163; }
span { border-color: rgb(199,1,99); }
td.TdClassName
{
border-color: #C70163;
}
.TagClassName
{
border-color: #C70163;
}
</style>