Shades of Ruby #C71467
Tints of Ruby #C71467
RGB
CMYK
RGB Variations
Color information
#C71467 (or 0xC71467) is known color: Ruby. HEX triplet: C7, 14 and 67. RGB value is (199,20,103). Sum of RGB (Red+Green+Blue) = 199+20+103=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C71467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71467 is #38EB98. Grayscale: #525252. Windows color (decimal): -3730329 or 6755527. OLE color: 6755527.
HSL color Cylindrical-coordinate representation of color #C71467: hue angle of 332.18º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71467 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 103 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.22 |
| HSL | 332.18º | 0.82% | 0.43% | - |
| HSV(B) | 332.18º | 0.9% | 0.78% | - |
| XYZ | 26.25 | 13.62 | 14.08 | - |
| YUV | 82.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 103 | 0 | 0.90 | 0.48 | 0.22 | 332.18 | 0.82 | 0.43 |
| Hex | C7 | 14 | 67 | 0 | 5A | 30 | 16 | 14C | 52 | 2B |
| Octal | 307 | 24 | 147 | 0 | 132 | 60 | 26 | 514 | 122 | 53 |
| Binary | 11000111 | 10100 | 1100111 | 0 | 1011010 | 110000 | 10110 | 101001100 | 1010010 | 101011 |
Color Harmonies of #C71467
Complementary color
Monochromatic Colors of #C71467
Black with #C71467
Text Example
Text Example
White with #C71467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71467; }
p { color: rgb(199,20,103); }
H1.HeaderClassName
{
color: #C71467;
}
.AnyTagClassName
{
color: #C71467;
}
</style>
background-color css
<style>
a { background-color: #C71467; }
a { background-color: rgb(199,20,103); }
div.DivClassName
{
background-color: #C71467;
}
.BgClassName
{
background-color: #C71467;
}
</style>
border-color css
<style>
span { border-color: #C71467; }
span { border-color: rgb(199,20,103); }
td.TdClassName
{
border-color: #C71467;
}
.TagClassName
{
border-color: #C71467;
}
</style>