Shades of Ruby #C7015E
Tints of Ruby #C7015E
RGB
CMYK
RGB Variations
Color information
#C7015E (or 0xC7015E) is known color: Ruby. HEX triplet: C7, 01 and 5E. RGB value is (199,1,94). Sum of RGB (Red+Green+Blue) = 199+1+94=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7015E is #38FEA1. Grayscale: #464646. Windows color (decimal): -3735202 or 6160839. OLE color: 6160839.
HSL color Cylindrical-coordinate representation of color #C7015E: hue angle of 331.82º 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 #C7015E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.22 |
| HSL | 331.82º | 0.99% | 0.39% | - |
| HSV(B) | 331.82º | 0.99% | 0.78% | - |
| XYZ | 25.58 | 12.97 | 11.75 | - |
| YUV | 70.8 | 141.1 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 94 | 0 | 0.99 | 0.53 | 0.22 | 331.82 | 0.99 | 0.39 |
| Hex | C7 | 1 | 5E | 0 | 63 | 35 | 16 | 14C | 63 | 27 |
| Octal | 307 | 1 | 136 | 0 | 143 | 65 | 26 | 514 | 143 | 47 |
| Binary | 11000111 | 1 | 1011110 | 0 | 1100011 | 110101 | 10110 | 101001100 | 1100011 | 100111 |
Color Harmonies of #C7015E
Complementary color
Monochromatic Colors of #C7015E
Black with #C7015E
Text Example
Text Example
White with #C7015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7015E; }
p { color: rgb(199,1,94); }
H1.HeaderClassName
{
color: #C7015E;
}
.AnyTagClassName
{
color: #C7015E;
}
</style>
background-color css
<style>
a { background-color: #C7015E; }
a { background-color: rgb(199,1,94); }
div.DivClassName
{
background-color: #C7015E;
}
.BgClassName
{
background-color: #C7015E;
}
</style>
border-color css
<style>
span { border-color: #C7015E; }
span { border-color: rgb(199,1,94); }
td.TdClassName
{
border-color: #C7015E;
}
.TagClassName
{
border-color: #C7015E;
}
</style>