Shades of Ruby #C31163
Tints of Ruby #C31163
RGB
CMYK
RGB Variations
Color information
#C31163 (or 0xC31163) is known color: Ruby. HEX triplet: C3, 11 and 63. RGB value is (195,17,99). Sum of RGB (Red+Green+Blue) = 195+17+99=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C31163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31163 is #3CEE9C. Grayscale: #4F4F4F. Windows color (decimal): -3993245 or 6492611. OLE color: 6492611.
HSL color Cylindrical-coordinate representation of color #C31163: hue angle of 332.36º 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 #C31163 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 99 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.24 |
| HSL | 332.36º | 0.84% | 0.42% | - |
| HSV(B) | 332.36º | 0.91% | 0.76% | - |
| XYZ | 24.96 | 12.9 | 12.98 | - |
| YUV | 79.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 99 | 0 | 0.91 | 0.49 | 0.24 | 332.36 | 0.84 | 0.42 |
| Hex | C3 | 11 | 63 | 0 | 5B | 31 | 18 | 14C | 54 | 2A |
| Octal | 303 | 21 | 143 | 0 | 133 | 61 | 30 | 514 | 124 | 52 |
| Binary | 11000011 | 10001 | 1100011 | 0 | 1011011 | 110001 | 11000 | 101001100 | 1010100 | 101010 |
Color Harmonies of #C31163
Complementary color
Monochromatic Colors of #C31163
Black with #C31163
Text Example
Text Example
White with #C31163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31163; }
p { color: rgb(195,17,99); }
H1.HeaderClassName
{
color: #C31163;
}
.AnyTagClassName
{
color: #C31163;
}
</style>
background-color css
<style>
a { background-color: #C31163; }
a { background-color: rgb(195,17,99); }
div.DivClassName
{
background-color: #C31163;
}
.BgClassName
{
background-color: #C31163;
}
</style>
border-color css
<style>
span { border-color: #C31163; }
span { border-color: rgb(195,17,99); }
td.TdClassName
{
border-color: #C31163;
}
.TagClassName
{
border-color: #C31163;
}
</style>