Shades of Ruby #C3145F
Tints of Ruby #C3145F
RGB
CMYK
RGB Variations
Color information
#C3145F (or 0xC3145F) is known color: Ruby. HEX triplet: C3, 14 and 5F. RGB value is (195,20,95). Sum of RGB (Red+Green+Blue) = 195+20+95=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3145F is #3CEBA0. Grayscale: #505050. Windows color (decimal): -3992481 or 6231235. OLE color: 6231235.
HSL color Cylindrical-coordinate representation of color #C3145F: hue angle of 334.29º degrees, saturation: 0.81, 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 #C3145F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 95 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.24 |
| HSL | 334.29º | 0.81% | 0.42% | - |
| HSV(B) | 334.29º | 0.9% | 0.76% | - |
| XYZ | 24.82 | 12.93 | 12.01 | - |
| YUV | 80.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 95 | 0 | 0.90 | 0.51 | 0.24 | 334.29 | 0.81 | 0.42 |
| Hex | C3 | 14 | 5F | 0 | 5A | 33 | 18 | 14E | 51 | 2A |
| Octal | 303 | 24 | 137 | 0 | 132 | 63 | 30 | 516 | 121 | 52 |
| Binary | 11000011 | 10100 | 1011111 | 0 | 1011010 | 110011 | 11000 | 101001110 | 1010001 | 101010 |
Color Harmonies of #C3145F
Complementary color
Monochromatic Colors of #C3145F
Black with #C3145F
Text Example
Text Example
White with #C3145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3145F; }
p { color: rgb(195,20,95); }
H1.HeaderClassName
{
color: #C3145F;
}
.AnyTagClassName
{
color: #C3145F;
}
</style>
background-color css
<style>
a { background-color: #C3145F; }
a { background-color: rgb(195,20,95); }
div.DivClassName
{
background-color: #C3145F;
}
.BgClassName
{
background-color: #C3145F;
}
</style>
border-color css
<style>
span { border-color: #C3145F; }
span { border-color: rgb(195,20,95); }
td.TdClassName
{
border-color: #C3145F;
}
.TagClassName
{
border-color: #C3145F;
}
</style>