Shades of Ruby #C31368
Tints of Ruby #C31368
RGB
CMYK
RGB Variations
Color information
#C31368 (or 0xC31368) is known color: Ruby. HEX triplet: C3, 13 and 68. RGB value is (195,19,104). Sum of RGB (Red+Green+Blue) = 195+19+104=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C31368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31368 is #3CEC97. Grayscale: #515151. Windows color (decimal): -3992728 or 6820803. OLE color: 6820803.
HSL color Cylindrical-coordinate representation of color #C31368: hue angle of 331.02º degrees, saturation: 0.82, 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 #C31368 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 104 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.24 |
| HSL | 331.02º | 0.82% | 0.42% | - |
| HSV(B) | 331.02º | 0.9% | 0.76% | - |
| XYZ | 25.24 | 13.07 | 14.29 | - |
| YUV | 81.31 | 140.81 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 104 | 0 | 0.90 | 0.47 | 0.24 | 331.02 | 0.82 | 0.42 |
| Hex | C3 | 13 | 68 | 0 | 5A | 2F | 18 | 14B | 52 | 2A |
| Octal | 303 | 23 | 150 | 0 | 132 | 57 | 30 | 513 | 122 | 52 |
| Binary | 11000011 | 10011 | 1101000 | 0 | 1011010 | 101111 | 11000 | 101001011 | 1010010 | 101010 |
Color Harmonies of #C31368
Complementary color
Monochromatic Colors of #C31368
Black with #C31368
Text Example
Text Example
White with #C31368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31368; }
p { color: rgb(195,19,104); }
H1.HeaderClassName
{
color: #C31368;
}
.AnyTagClassName
{
color: #C31368;
}
</style>
background-color css
<style>
a { background-color: #C31368; }
a { background-color: rgb(195,19,104); }
div.DivClassName
{
background-color: #C31368;
}
.BgClassName
{
background-color: #C31368;
}
</style>
border-color css
<style>
span { border-color: #C31368; }
span { border-color: rgb(195,19,104); }
td.TdClassName
{
border-color: #C31368;
}
.TagClassName
{
border-color: #C31368;
}
</style>