Shades of Ruby #C70A4D
Tints of Ruby #C70A4D
RGB
CMYK
RGB Variations
Color information
#C70A4D (or 0xC70A4D) is known color: Ruby. HEX triplet: C7, 0A and 4D. RGB value is (199,10,77). Sum of RGB (Red+Green+Blue) = 199+10+77=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A4D is #38F5B2. Grayscale: #4A4A4A. Windows color (decimal): -3732915 or 5049031. OLE color: 5049031.
HSL color Cylindrical-coordinate representation of color #C70A4D: hue angle of 338.73º degrees, saturation: 0.9, 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 #C70A4D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 77 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.22 |
| HSL | 338.73º | 0.9% | 0.41% | - |
| HSV(B) | 338.73º | 0.95% | 0.78% | - |
| XYZ | 25 | 12.9 | 8.19 | - |
| YUV | 74.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 77 | 0 | 0.95 | 0.61 | 0.22 | 338.73 | 0.9 | 0.41 |
| Hex | C7 | A | 4D | 0 | 5F | 3D | 16 | 153 | 5A | 29 |
| Octal | 307 | 12 | 115 | 0 | 137 | 75 | 26 | 523 | 132 | 51 |
| Binary | 11000111 | 1010 | 1001101 | 0 | 1011111 | 111101 | 10110 | 101010011 | 1011010 | 101001 |
Color Harmonies of #C70A4D
Complementary color
Monochromatic Colors of #C70A4D
Black with #C70A4D
Text Example
Text Example
White with #C70A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A4D; }
p { color: rgb(199,10,77); }
H1.HeaderClassName
{
color: #C70A4D;
}
.AnyTagClassName
{
color: #C70A4D;
}
</style>
background-color css
<style>
a { background-color: #C70A4D; }
a { background-color: rgb(199,10,77); }
div.DivClassName
{
background-color: #C70A4D;
}
.BgClassName
{
background-color: #C70A4D;
}
</style>
border-color css
<style>
span { border-color: #C70A4D; }
span { border-color: rgb(199,10,77); }
td.TdClassName
{
border-color: #C70A4D;
}
.TagClassName
{
border-color: #C70A4D;
}
</style>