Shades of Ruby #C70950
Tints of Ruby #C70950
RGB
CMYK
RGB Variations
Color information
#C70950 (or 0xC70950) is known color: Ruby. HEX triplet: C7, 09 and 50. RGB value is (199,9,80). Sum of RGB (Red+Green+Blue) = 199+9+80=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C70950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70950 is #38F6AF. Grayscale: #494949. Windows color (decimal): -3733168 or 5245383. OLE color: 5245383.
HSL color Cylindrical-coordinate representation of color #C70950: hue angle of 337.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70950 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 80 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.22 |
| HSL | 337.58º | 0.91% | 0.41% | - |
| HSV(B) | 337.58º | 0.95% | 0.78% | - |
| XYZ | 25.1 | 12.92 | 8.76 | - |
| YUV | 73.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 80 | 0 | 0.95 | 0.60 | 0.22 | 337.58 | 0.91 | 0.41 |
| Hex | C7 | 9 | 50 | 0 | 5F | 3C | 16 | 152 | 5B | 29 |
| Octal | 307 | 11 | 120 | 0 | 137 | 74 | 26 | 522 | 133 | 51 |
| Binary | 11000111 | 1001 | 1010000 | 0 | 1011111 | 111100 | 10110 | 101010010 | 1011011 | 101001 |
Color Harmonies of #C70950
Complementary color
Monochromatic Colors of #C70950
Black with #C70950
Text Example
Text Example
White with #C70950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70950; }
p { color: rgb(199,9,80); }
H1.HeaderClassName
{
color: #C70950;
}
.AnyTagClassName
{
color: #C70950;
}
</style>
background-color css
<style>
a { background-color: #C70950; }
a { background-color: rgb(199,9,80); }
div.DivClassName
{
background-color: #C70950;
}
.BgClassName
{
background-color: #C70950;
}
</style>
border-color css
<style>
span { border-color: #C70950; }
span { border-color: rgb(199,9,80); }
td.TdClassName
{
border-color: #C70950;
}
.TagClassName
{
border-color: #C70950;
}
</style>