Shades of Ruby #C31165
Tints of Ruby #C31165
RGB
CMYK
RGB Variations
Color information
#C31165 (or 0xC31165) is known color: Ruby. HEX triplet: C3, 11 and 65. RGB value is (195,17,101). Sum of RGB (Red+Green+Blue) = 195+17+101=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C31165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31165 is #3CEE9A. Grayscale: #4F4F4F. Windows color (decimal): -3993243 or 6623683. OLE color: 6623683.
HSL color Cylindrical-coordinate representation of color #C31165: hue angle of 331.69º 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 #C31165 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 101 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.24 |
| HSL | 331.69º | 0.84% | 0.42% | - |
| HSV(B) | 331.69º | 0.91% | 0.76% | - |
| XYZ | 25.06 | 12.94 | 13.49 | - |
| YUV | 79.8 | 139.97 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 101 | 0 | 0.91 | 0.48 | 0.24 | 331.69 | 0.84 | 0.42 |
| Hex | C3 | 11 | 65 | 0 | 5B | 30 | 18 | 14C | 54 | 2A |
| Octal | 303 | 21 | 145 | 0 | 133 | 60 | 30 | 514 | 124 | 52 |
| Binary | 11000011 | 10001 | 1100101 | 0 | 1011011 | 110000 | 11000 | 101001100 | 1010100 | 101010 |
Color Harmonies of #C31165
Complementary color
Monochromatic Colors of #C31165
Black with #C31165
Text Example
Text Example
White with #C31165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31165; }
p { color: rgb(195,17,101); }
H1.HeaderClassName
{
color: #C31165;
}
.AnyTagClassName
{
color: #C31165;
}
</style>
background-color css
<style>
a { background-color: #C31165; }
a { background-color: rgb(195,17,101); }
div.DivClassName
{
background-color: #C31165;
}
.BgClassName
{
background-color: #C31165;
}
</style>
border-color css
<style>
span { border-color: #C31165; }
span { border-color: rgb(195,17,101); }
td.TdClassName
{
border-color: #C31165;
}
.TagClassName
{
border-color: #C31165;
}
</style>