Shades of Ruby #C31167
Tints of Ruby #C31167
RGB
CMYK
RGB Variations
Color information
#C31167 (or 0xC31167) is known color: Ruby. HEX triplet: C3, 11 and 67. RGB value is (195,17,103). Sum of RGB (Red+Green+Blue) = 195+17+103=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C31167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31167 is #3CEE98. Grayscale: #4F4F4F. Windows color (decimal): -3993241 or 6754755. OLE color: 6754755.
HSL color Cylindrical-coordinate representation of color #C31167: hue angle of 331.01º 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 #C31167 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 103 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.24 |
| HSL | 331.01º | 0.84% | 0.42% | - |
| HSV(B) | 331.01º | 0.91% | 0.76% | - |
| XYZ | 25.15 | 12.98 | 14.01 | - |
| YUV | 80.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 103 | 0 | 0.91 | 0.47 | 0.24 | 331.01 | 0.84 | 0.42 |
| Hex | C3 | 11 | 67 | 0 | 5B | 2F | 18 | 14B | 54 | 2A |
| Octal | 303 | 21 | 147 | 0 | 133 | 57 | 30 | 513 | 124 | 52 |
| Binary | 11000011 | 10001 | 1100111 | 0 | 1011011 | 101111 | 11000 | 101001011 | 1010100 | 101010 |
Color Harmonies of #C31167
Complementary color
Monochromatic Colors of #C31167
Black with #C31167
Text Example
Text Example
White with #C31167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31167; }
p { color: rgb(195,17,103); }
H1.HeaderClassName
{
color: #C31167;
}
.AnyTagClassName
{
color: #C31167;
}
</style>
background-color css
<style>
a { background-color: #C31167; }
a { background-color: rgb(195,17,103); }
div.DivClassName
{
background-color: #C31167;
}
.BgClassName
{
background-color: #C31167;
}
</style>
border-color css
<style>
span { border-color: #C31167; }
span { border-color: rgb(195,17,103); }
td.TdClassName
{
border-color: #C31167;
}
.TagClassName
{
border-color: #C31167;
}
</style>