Shades of Ruby #C70963
Tints of Ruby #C70963
RGB
CMYK
RGB Variations
Color information
#C70963 (or 0xC70963) is known color: Ruby. HEX triplet: C7, 09 and 63. RGB value is (199,9,99). Sum of RGB (Red+Green+Blue) = 199+9+99=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C70963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70963 is #38F69C. Grayscale: #4B4B4B. Windows color (decimal): -3733149 or 6490567. OLE color: 6490567.
HSL color Cylindrical-coordinate representation of color #C70963: hue angle of 331.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 #C70963 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 99 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.22 |
| HSL | 331.58º | 0.91% | 0.41% | - |
| HSV(B) | 331.58º | 0.95% | 0.78% | - |
| XYZ | 25.9 | 13.24 | 12.99 | - |
| YUV | 76.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 99 | 0 | 0.95 | 0.50 | 0.22 | 331.58 | 0.91 | 0.41 |
| Hex | C7 | 9 | 63 | 0 | 5F | 32 | 16 | 14C | 5B | 29 |
| Octal | 307 | 11 | 143 | 0 | 137 | 62 | 26 | 514 | 133 | 51 |
| Binary | 11000111 | 1001 | 1100011 | 0 | 1011111 | 110010 | 10110 | 101001100 | 1011011 | 101001 |
Color Harmonies of #C70963
Complementary color
Monochromatic Colors of #C70963
Black with #C70963
Text Example
Text Example
White with #C70963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70963; }
p { color: rgb(199,9,99); }
H1.HeaderClassName
{
color: #C70963;
}
.AnyTagClassName
{
color: #C70963;
}
</style>
background-color css
<style>
a { background-color: #C70963; }
a { background-color: rgb(199,9,99); }
div.DivClassName
{
background-color: #C70963;
}
.BgClassName
{
background-color: #C70963;
}
</style>
border-color css
<style>
span { border-color: #C70963; }
span { border-color: rgb(199,9,99); }
td.TdClassName
{
border-color: #C70963;
}
.TagClassName
{
border-color: #C70963;
}
</style>