Shades of Ruby #C31067
Tints of Ruby #C31067
RGB
CMYK
RGB Variations
Color information
#C31067 (or 0xC31067) is known color: Ruby. HEX triplet: C3, 10 and 67. RGB value is (195,16,103). Sum of RGB (Red+Green+Blue) = 195+16+103=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C31067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31067 is #3CEF98. Grayscale: #4F4F4F. Windows color (decimal): -3993497 or 6754499. OLE color: 6754499.
HSL color Cylindrical-coordinate representation of color #C31067: hue angle of 330.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31067 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.24 |
| HSL | 330.84º | 0.85% | 0.41% | - |
| HSV(B) | 330.84º | 0.92% | 0.76% | - |
| XYZ | 25.14 | 12.95 | 14.01 | - |
| YUV | 79.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 103 | 0 | 0.92 | 0.47 | 0.24 | 330.84 | 0.85 | 0.41 |
| Hex | C3 | 10 | 67 | 0 | 5C | 2F | 18 | 14B | 55 | 29 |
| Octal | 303 | 20 | 147 | 0 | 134 | 57 | 30 | 513 | 125 | 51 |
| Binary | 11000011 | 10000 | 1100111 | 0 | 1011100 | 101111 | 11000 | 101001011 | 1010101 | 101001 |
Color Harmonies of #C31067
Complementary color
Monochromatic Colors of #C31067
Black with #C31067
Text Example
Text Example
White with #C31067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31067; }
p { color: rgb(195,16,103); }
H1.HeaderClassName
{
color: #C31067;
}
.AnyTagClassName
{
color: #C31067;
}
</style>
background-color css
<style>
a { background-color: #C31067; }
a { background-color: rgb(195,16,103); }
div.DivClassName
{
background-color: #C31067;
}
.BgClassName
{
background-color: #C31067;
}
</style>
border-color css
<style>
span { border-color: #C31067; }
span { border-color: rgb(195,16,103); }
td.TdClassName
{
border-color: #C31067;
}
.TagClassName
{
border-color: #C31067;
}
</style>