Shades of Ruby #C70168
Tints of Ruby #C70168
RGB
CMYK
RGB Variations
Color information
#C70168 (or 0xC70168) is known color: Ruby. HEX triplet: C7, 01 and 68. RGB value is (199,1,104). Sum of RGB (Red+Green+Blue) = 199+1+104=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C70168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70168 is #38FE97. Grayscale: #474747. Windows color (decimal): -3735192 or 6816199. OLE color: 6816199.
HSL color Cylindrical-coordinate representation of color #C70168: hue angle of 328.79º 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 #C70168 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.22 |
| HSL | 328.79º | 0.99% | 0.39% | - |
| HSV(B) | 328.79º | 0.99% | 0.78% | - |
| XYZ | 26.06 | 13.16 | 14.26 | - |
| YUV | 71.94 | 146.1 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 104 | 0 | 0.99 | 0.48 | 0.22 | 328.79 | 0.99 | 0.39 |
| Hex | C7 | 1 | 68 | 0 | 63 | 30 | 16 | 149 | 63 | 27 |
| Octal | 307 | 1 | 150 | 0 | 143 | 60 | 26 | 511 | 143 | 47 |
| Binary | 11000111 | 1 | 1101000 | 0 | 1100011 | 110000 | 10110 | 101001001 | 1100011 | 100111 |
Color Harmonies of #C70168
Complementary color
Monochromatic Colors of #C70168
Black with #C70168
Text Example
Text Example
White with #C70168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70168; }
p { color: rgb(199,1,104); }
H1.HeaderClassName
{
color: #C70168;
}
.AnyTagClassName
{
color: #C70168;
}
</style>
background-color css
<style>
a { background-color: #C70168; }
a { background-color: rgb(199,1,104); }
div.DivClassName
{
background-color: #C70168;
}
.BgClassName
{
background-color: #C70168;
}
</style>
border-color css
<style>
span { border-color: #C70168; }
span { border-color: rgb(199,1,104); }
td.TdClassName
{
border-color: #C70168;
}
.TagClassName
{
border-color: #C70168;
}
</style>