Shades of Ruby #C3105F
Tints of Ruby #C3105F
RGB
CMYK
RGB Variations
Color information
#C3105F (or 0xC3105F) is known color: Ruby. HEX triplet: C3, 10 and 5F. RGB value is (195,16,95). Sum of RGB (Red+Green+Blue) = 195+16+95=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3105F is #3CEFA0. Grayscale: #4E4E4E. Windows color (decimal): -3993505 or 6230211. OLE color: 6230211.
HSL color Cylindrical-coordinate representation of color #C3105F: hue angle of 333.52º 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 #C3105F is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 95 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.24 |
| HSL | 333.52º | 0.85% | 0.41% | - |
| HSV(B) | 333.52º | 0.92% | 0.76% | - |
| XYZ | 24.76 | 12.8 | 11.99 | - |
| YUV | 78.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 95 | 0 | 0.92 | 0.51 | 0.24 | 333.52 | 0.85 | 0.41 |
| Hex | C3 | 10 | 5F | 0 | 5C | 33 | 18 | 14E | 55 | 29 |
| Octal | 303 | 20 | 137 | 0 | 134 | 63 | 30 | 516 | 125 | 51 |
| Binary | 11000011 | 10000 | 1011111 | 0 | 1011100 | 110011 | 11000 | 101001110 | 1010101 | 101001 |
Color Harmonies of #C3105F
Complementary color
Monochromatic Colors of #C3105F
Black with #C3105F
Text Example
Text Example
White with #C3105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3105F; }
p { color: rgb(195,16,95); }
H1.HeaderClassName
{
color: #C3105F;
}
.AnyTagClassName
{
color: #C3105F;
}
</style>
background-color css
<style>
a { background-color: #C3105F; }
a { background-color: rgb(195,16,95); }
div.DivClassName
{
background-color: #C3105F;
}
.BgClassName
{
background-color: #C3105F;
}
</style>
border-color css
<style>
span { border-color: #C3105F; }
span { border-color: rgb(195,16,95); }
td.TdClassName
{
border-color: #C3105F;
}
.TagClassName
{
border-color: #C3105F;
}
</style>