Shades of Ruby #C7015D
Tints of Ruby #C7015D
RGB
CMYK
RGB Variations
Color information
#C7015D (or 0xC7015D) is known color: Ruby. HEX triplet: C7, 01 and 5D. RGB value is (199,1,93). Sum of RGB (Red+Green+Blue) = 199+1+93=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7015D is #38FEA2. Grayscale: #464646. Windows color (decimal): -3735203 or 6095303. OLE color: 6095303.
HSL color Cylindrical-coordinate representation of color #C7015D: hue angle of 332.12º 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 #C7015D is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.22 |
| HSL | 332.12º | 0.99% | 0.39% | - |
| HSV(B) | 332.12º | 0.99% | 0.78% | - |
| XYZ | 25.54 | 12.95 | 11.51 | - |
| YUV | 70.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 93 | 0 | 0.99 | 0.53 | 0.22 | 332.12 | 0.99 | 0.39 |
| Hex | C7 | 1 | 5D | 0 | 63 | 35 | 16 | 14C | 63 | 27 |
| Octal | 307 | 1 | 135 | 0 | 143 | 65 | 26 | 514 | 143 | 47 |
| Binary | 11000111 | 1 | 1011101 | 0 | 1100011 | 110101 | 10110 | 101001100 | 1100011 | 100111 |
Color Harmonies of #C7015D
Complementary color
Monochromatic Colors of #C7015D
Black with #C7015D
Text Example
Text Example
White with #C7015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7015D; }
p { color: rgb(199,1,93); }
H1.HeaderClassName
{
color: #C7015D;
}
.AnyTagClassName
{
color: #C7015D;
}
</style>
background-color css
<style>
a { background-color: #C7015D; }
a { background-color: rgb(199,1,93); }
div.DivClassName
{
background-color: #C7015D;
}
.BgClassName
{
background-color: #C7015D;
}
</style>
border-color css
<style>
span { border-color: #C7015D; }
span { border-color: rgb(199,1,93); }
td.TdClassName
{
border-color: #C7015D;
}
.TagClassName
{
border-color: #C7015D;
}
</style>