Shades of Ruby #C31466
Tints of Ruby #C31466
RGB
CMYK
RGB Variations
Color information
#C31466 (or 0xC31466) is known color: Ruby. HEX triplet: C3, 14 and 66. RGB value is (195,20,102). Sum of RGB (Red+Green+Blue) = 195+20+102=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C31466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31466 is #3CEB99. Grayscale: #515151. Windows color (decimal): -3992474 or 6689987. OLE color: 6689987.
HSL color Cylindrical-coordinate representation of color #C31466: hue angle of 331.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31466 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 102 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.24 |
| HSL | 331.89º | 0.81% | 0.42% | - |
| HSV(B) | 331.89º | 0.9% | 0.76% | - |
| XYZ | 25.15 | 13.06 | 13.77 | - |
| YUV | 81.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 102 | 0 | 0.90 | 0.48 | 0.24 | 331.89 | 0.81 | 0.42 |
| Hex | C3 | 14 | 66 | 0 | 5A | 30 | 18 | 14C | 51 | 2A |
| Octal | 303 | 24 | 146 | 0 | 132 | 60 | 30 | 514 | 121 | 52 |
| Binary | 11000011 | 10100 | 1100110 | 0 | 1011010 | 110000 | 11000 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C31466
Complementary color
Monochromatic Colors of #C31466
Black with #C31466
Text Example
Text Example
White with #C31466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31466; }
p { color: rgb(195,20,102); }
H1.HeaderClassName
{
color: #C31466;
}
.AnyTagClassName
{
color: #C31466;
}
</style>
background-color css
<style>
a { background-color: #C31466; }
a { background-color: rgb(195,20,102); }
div.DivClassName
{
background-color: #C31466;
}
.BgClassName
{
background-color: #C31466;
}
</style>
border-color css
<style>
span { border-color: #C31466; }
span { border-color: rgb(195,20,102); }
td.TdClassName
{
border-color: #C31466;
}
.TagClassName
{
border-color: #C31466;
}
</style>