Shades of Ruby #C31164
Tints of Ruby #C31164
RGB
CMYK
RGB Variations
Color information
#C31164 (or 0xC31164) is known color: Ruby. HEX triplet: C3, 11 and 64. RGB value is (195,17,100). Sum of RGB (Red+Green+Blue) = 195+17+100=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31164 is #3CEE9B. Grayscale: #4F4F4F. Windows color (decimal): -3993244 or 6558147. OLE color: 6558147.
HSL color Cylindrical-coordinate representation of color #C31164: hue angle of 332.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31164 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 100 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.24 |
| HSL | 332.02º | 0.84% | 0.42% | - |
| HSV(B) | 332.02º | 0.91% | 0.76% | - |
| XYZ | 25.01 | 12.92 | 13.23 | - |
| YUV | 79.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 100 | 0 | 0.91 | 0.49 | 0.24 | 332.02 | 0.84 | 0.42 |
| Hex | C3 | 11 | 64 | 0 | 5B | 31 | 18 | 14C | 54 | 2A |
| Octal | 303 | 21 | 144 | 0 | 133 | 61 | 30 | 514 | 124 | 52 |
| Binary | 11000011 | 10001 | 1100100 | 0 | 1011011 | 110001 | 11000 | 101001100 | 1010100 | 101010 |
Color Harmonies of #C31164
Complementary color
Monochromatic Colors of #C31164
Black with #C31164
Text Example
Text Example
White with #C31164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31164; }
p { color: rgb(195,17,100); }
H1.HeaderClassName
{
color: #C31164;
}
.AnyTagClassName
{
color: #C31164;
}
</style>
background-color css
<style>
a { background-color: #C31164; }
a { background-color: rgb(195,17,100); }
div.DivClassName
{
background-color: #C31164;
}
.BgClassName
{
background-color: #C31164;
}
</style>
border-color css
<style>
span { border-color: #C31164; }
span { border-color: rgb(195,17,100); }
td.TdClassName
{
border-color: #C31164;
}
.TagClassName
{
border-color: #C31164;
}
</style>