Shades of Ruby #C70D58
Tints of Ruby #C70D58
RGB
CMYK
RGB Variations
Color information
#C70D58 (or 0xC70D58) is known color: Ruby. HEX triplet: C7, 0D and 58. RGB value is (199,13,88). Sum of RGB (Red+Green+Blue) = 199+13+88=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D58 is #38F2A7. Grayscale: #4D4D4D. Windows color (decimal): -3732136 or 5770695. OLE color: 5770695.
HSL color Cylindrical-coordinate representation of color #C70D58: hue angle of 335.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D58 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 88 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.22 |
| HSL | 335.81º | 0.88% | 0.42% | - |
| HSV(B) | 335.81º | 0.93% | 0.78% | - |
| XYZ | 25.46 | 13.13 | 10.43 | - |
| YUV | 77.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 88 | 0 | 0.93 | 0.56 | 0.22 | 335.81 | 0.88 | 0.42 |
| Hex | C7 | D | 58 | 0 | 5D | 38 | 16 | 150 | 58 | 2A |
| Octal | 307 | 15 | 130 | 0 | 135 | 70 | 26 | 520 | 130 | 52 |
| Binary | 11000111 | 1101 | 1011000 | 0 | 1011101 | 111000 | 10110 | 101010000 | 1011000 | 101010 |
Color Harmonies of #C70D58
Complementary color
Monochromatic Colors of #C70D58
Black with #C70D58
Text Example
Text Example
White with #C70D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D58; }
p { color: rgb(199,13,88); }
H1.HeaderClassName
{
color: #C70D58;
}
.AnyTagClassName
{
color: #C70D58;
}
</style>
background-color css
<style>
a { background-color: #C70D58; }
a { background-color: rgb(199,13,88); }
div.DivClassName
{
background-color: #C70D58;
}
.BgClassName
{
background-color: #C70D58;
}
</style>
border-color css
<style>
span { border-color: #C70D58; }
span { border-color: rgb(199,13,88); }
td.TdClassName
{
border-color: #C70D58;
}
.TagClassName
{
border-color: #C70D58;
}
</style>