Shades of Ruby #C3074E
Tints of Ruby #C3074E
RGB
CMYK
RGB Variations
Color information
#C3074E (or 0xC3074E) is known color: Ruby. HEX triplet: C3, 07 and 4E. RGB value is (195,7,78). Sum of RGB (Red+Green+Blue) = 195+7+78=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3074E is #3CF8B1. Grayscale: #474747. Windows color (decimal): -3995826 or 5113795. OLE color: 5113795.
HSL color Cylindrical-coordinate representation of color #C3074E: hue angle of 337.34º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3074E is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 78 | - |
| CMYK | 0 | 0.96 | 0.6 | 0.24 |
| HSL | 337.34º | 0.93% | 0.4% | - |
| HSV(B) | 337.34º | 0.96% | 0.76% | - |
| XYZ | 23.96 | 12.3 | 8.32 | - |
| YUV | 71.31 | 131.78 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 78 | 0 | 0.96 | 0.6 | 0.24 | 337.34 | 0.93 | 0.4 |
| Hex | C3 | 7 | 4E | 0 | 60 | 3C | 18 | 151 | 5D | 28 |
| Octal | 303 | 7 | 116 | 0 | 140 | 74 | 30 | 521 | 135 | 50 |
| Binary | 11000011 | 111 | 1001110 | 0 | 1100000 | 111100 | 11000 | 101010001 | 1011101 | 101000 |
Color Harmonies of #C3074E
Complementary color
Monochromatic Colors of #C3074E
Black with #C3074E
Text Example
Text Example
White with #C3074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3074E; }
p { color: rgb(195,7,78); }
H1.HeaderClassName
{
color: #C3074E;
}
.AnyTagClassName
{
color: #C3074E;
}
</style>
background-color css
<style>
a { background-color: #C3074E; }
a { background-color: rgb(195,7,78); }
div.DivClassName
{
background-color: #C3074E;
}
.BgClassName
{
background-color: #C3074E;
}
</style>
border-color css
<style>
span { border-color: #C3074E; }
span { border-color: rgb(195,7,78); }
td.TdClassName
{
border-color: #C3074E;
}
.TagClassName
{
border-color: #C3074E;
}
</style>