Shades of Ruby #C71F6A
Tints of Ruby #C71F6A
RGB
CMYK
RGB Variations
Color information
#C71F6A (or 0xC71F6A) is known color: Ruby. HEX triplet: C7, 1F and 6A. RGB value is (199,31,106). Sum of RGB (Red+Green+Blue) = 199+31+106=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F6A is #38E095. Grayscale: #595959. Windows color (decimal): -3727510 or 6954951. OLE color: 6954951.
HSL color Cylindrical-coordinate representation of color #C71F6A: hue angle of 333.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F6A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 106 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.22 |
| HSL | 333.21º | 0.73% | 0.45% | - |
| HSV(B) | 333.21º | 0.84% | 0.78% | - |
| XYZ | 26.64 | 14.16 | 14.97 | - |
| YUV | 89.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 106 | 0 | 0.84 | 0.47 | 0.22 | 333.21 | 0.73 | 0.45 |
| Hex | C7 | 1F | 6A | 0 | 54 | 2F | 16 | 14D | 49 | 2D |
| Octal | 307 | 37 | 152 | 0 | 124 | 57 | 26 | 515 | 111 | 55 |
| Binary | 11000111 | 11111 | 1101010 | 0 | 1010100 | 101111 | 10110 | 101001101 | 1001001 | 101101 |
Color Harmonies of #C71F6A
Complementary color
Monochromatic Colors of #C71F6A
Black with #C71F6A
Text Example
Text Example
White with #C71F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F6A; }
p { color: rgb(199,31,106); }
H1.HeaderClassName
{
color: #C71F6A;
}
.AnyTagClassName
{
color: #C71F6A;
}
</style>
background-color css
<style>
a { background-color: #C71F6A; }
a { background-color: rgb(199,31,106); }
div.DivClassName
{
background-color: #C71F6A;
}
.BgClassName
{
background-color: #C71F6A;
}
</style>
border-color css
<style>
span { border-color: #C71F6A; }
span { border-color: rgb(199,31,106); }
td.TdClassName
{
border-color: #C71F6A;
}
.TagClassName
{
border-color: #C71F6A;
}
</style>