Shades of Ruby #C31168
Tints of Ruby #C31168
RGB
CMYK
RGB Variations
Color information
#C31168 (or 0xC31168) is known color: Ruby. HEX triplet: C3, 11 and 68. RGB value is (195,17,104). Sum of RGB (Red+Green+Blue) = 195+17+104=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C31168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31168 is #3CEE97. Grayscale: #4F4F4F. Windows color (decimal): -3993240 or 6820291. OLE color: 6820291.
HSL color Cylindrical-coordinate representation of color #C31168: hue angle of 330.67º 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 #C31168 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 104 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.24 |
| HSL | 330.67º | 0.84% | 0.42% | - |
| HSV(B) | 330.67º | 0.91% | 0.76% | - |
| XYZ | 25.2 | 13 | 14.28 | - |
| YUV | 80.14 | 141.47 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 104 | 0 | 0.91 | 0.47 | 0.24 | 330.67 | 0.84 | 0.42 |
| Hex | C3 | 11 | 68 | 0 | 5B | 2F | 18 | 14B | 54 | 2A |
| Octal | 303 | 21 | 150 | 0 | 133 | 57 | 30 | 513 | 124 | 52 |
| Binary | 11000011 | 10001 | 1101000 | 0 | 1011011 | 101111 | 11000 | 101001011 | 1010100 | 101010 |
Color Harmonies of #C31168
Complementary color
Monochromatic Colors of #C31168
Black with #C31168
Text Example
Text Example
White with #C31168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31168; }
p { color: rgb(195,17,104); }
H1.HeaderClassName
{
color: #C31168;
}
.AnyTagClassName
{
color: #C31168;
}
</style>
background-color css
<style>
a { background-color: #C31168; }
a { background-color: rgb(195,17,104); }
div.DivClassName
{
background-color: #C31168;
}
.BgClassName
{
background-color: #C31168;
}
</style>
border-color css
<style>
span { border-color: #C31168; }
span { border-color: rgb(195,17,104); }
td.TdClassName
{
border-color: #C31168;
}
.TagClassName
{
border-color: #C31168;
}
</style>