Shades of Ruby #C3175D
Tints of Ruby #C3175D
RGB
CMYK
RGB Variations
Color information
#C3175D (or 0xC3175D) is known color: Ruby. HEX triplet: C3, 17 and 5D. RGB value is (195,23,93). Sum of RGB (Red+Green+Blue) = 195+23+93=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3175D is #3CE8A2. Grayscale: #525252. Windows color (decimal): -3991715 or 6100931. OLE color: 6100931.
HSL color Cylindrical-coordinate representation of color #C3175D: hue angle of 335.58º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3175D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.24 |
| HSL | 335.58º | 0.79% | 0.43% | - |
| HSV(B) | 335.58º | 0.88% | 0.76% | - |
| XYZ | 24.79 | 13.01 | 11.56 | - |
| YUV | 82.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 93 | 0 | 0.88 | 0.52 | 0.24 | 335.58 | 0.79 | 0.43 |
| Hex | C3 | 17 | 5D | 0 | 58 | 34 | 18 | 150 | 4F | 2B |
| Octal | 303 | 27 | 135 | 0 | 130 | 64 | 30 | 520 | 117 | 53 |
| Binary | 11000011 | 10111 | 1011101 | 0 | 1011000 | 110100 | 11000 | 101010000 | 1001111 | 101011 |
Color Harmonies of #C3175D
Complementary color
Monochromatic Colors of #C3175D
Black with #C3175D
Text Example
Text Example
White with #C3175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3175D; }
p { color: rgb(195,23,93); }
H1.HeaderClassName
{
color: #C3175D;
}
.AnyTagClassName
{
color: #C3175D;
}
</style>
background-color css
<style>
a { background-color: #C3175D; }
a { background-color: rgb(195,23,93); }
div.DivClassName
{
background-color: #C3175D;
}
.BgClassName
{
background-color: #C3175D;
}
</style>
border-color css
<style>
span { border-color: #C3175D; }
span { border-color: rgb(195,23,93); }
td.TdClassName
{
border-color: #C3175D;
}
.TagClassName
{
border-color: #C3175D;
}
</style>