Shades of Ruby #C7025C
Tints of Ruby #C7025C
RGB
CMYK
RGB Variations
Color information
#C7025C (or 0xC7025C) is known color: Ruby. HEX triplet: C7, 02 and 5C. RGB value is (199,2,92). Sum of RGB (Red+Green+Blue) = 199+2+92=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7025C is #38FDA3. Grayscale: #474747. Windows color (decimal): -3734948 or 6030023. OLE color: 6030023.
HSL color Cylindrical-coordinate representation of color #C7025C: hue angle of 332.59º degrees, saturation: 0.98, 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 #C7025C is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.22 |
| HSL | 332.59º | 0.98% | 0.39% | - |
| HSV(B) | 332.59º | 0.99% | 0.78% | - |
| XYZ | 25.51 | 12.96 | 11.28 | - |
| YUV | 71.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 92 | 0 | 0.99 | 0.54 | 0.22 | 332.59 | 0.98 | 0.39 |
| Hex | C7 | 2 | 5C | 0 | 63 | 36 | 16 | 14D | 62 | 27 |
| Octal | 307 | 2 | 134 | 0 | 143 | 66 | 26 | 515 | 142 | 47 |
| Binary | 11000111 | 10 | 1011100 | 0 | 1100011 | 110110 | 10110 | 101001101 | 1100010 | 100111 |
Color Harmonies of #C7025C
Complementary color
Monochromatic Colors of #C7025C
Black with #C7025C
Text Example
Text Example
White with #C7025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7025C; }
p { color: rgb(199,2,92); }
H1.HeaderClassName
{
color: #C7025C;
}
.AnyTagClassName
{
color: #C7025C;
}
</style>
background-color css
<style>
a { background-color: #C7025C; }
a { background-color: rgb(199,2,92); }
div.DivClassName
{
background-color: #C7025C;
}
.BgClassName
{
background-color: #C7025C;
}
</style>
border-color css
<style>
span { border-color: #C7025C; }
span { border-color: rgb(199,2,92); }
td.TdClassName
{
border-color: #C7025C;
}
.TagClassName
{
border-color: #C7025C;
}
</style>