Shades of Ruby #C3105D
Tints of Ruby #C3105D
RGB
CMYK
RGB Variations
Color information
#C3105D (or 0xC3105D) is known color: Ruby. HEX triplet: C3, 10 and 5D. RGB value is (195,16,93). Sum of RGB (Red+Green+Blue) = 195+16+93=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3105D is #3CEFA2. Grayscale: #4E4E4E. Windows color (decimal): -3993507 or 6099139. OLE color: 6099139.
HSL color Cylindrical-coordinate representation of color #C3105D: hue angle of 334.19º 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 #C3105D is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.24 |
| HSL | 334.19º | 0.85% | 0.41% | - |
| HSV(B) | 334.19º | 0.92% | 0.76% | - |
| XYZ | 24.67 | 12.76 | 11.52 | - |
| YUV | 78.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 93 | 0 | 0.92 | 0.52 | 0.24 | 334.19 | 0.85 | 0.41 |
| Hex | C3 | 10 | 5D | 0 | 5C | 34 | 18 | 14E | 55 | 29 |
| Octal | 303 | 20 | 135 | 0 | 134 | 64 | 30 | 516 | 125 | 51 |
| Binary | 11000011 | 10000 | 1011101 | 0 | 1011100 | 110100 | 11000 | 101001110 | 1010101 | 101001 |
Color Harmonies of #C3105D
Complementary color
Monochromatic Colors of #C3105D
Black with #C3105D
Text Example
Text Example
White with #C3105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3105D; }
p { color: rgb(195,16,93); }
H1.HeaderClassName
{
color: #C3105D;
}
.AnyTagClassName
{
color: #C3105D;
}
</style>
background-color css
<style>
a { background-color: #C3105D; }
a { background-color: rgb(195,16,93); }
div.DivClassName
{
background-color: #C3105D;
}
.BgClassName
{
background-color: #C3105D;
}
</style>
border-color css
<style>
span { border-color: #C3105D; }
span { border-color: rgb(195,16,93); }
td.TdClassName
{
border-color: #C3105D;
}
.TagClassName
{
border-color: #C3105D;
}
</style>