Shades of Ruby #C4075D
Tints of Ruby #C4075D
RGB
CMYK
RGB Variations
Color information
#C4075D (or 0xC4075D) is known color: Ruby. HEX triplet: C4, 07 and 5D. RGB value is (196,7,93). Sum of RGB (Red+Green+Blue) = 196+7+93=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4075D is #3BF8A2. Grayscale: #494949. Windows color (decimal): -3930275 or 6096836. OLE color: 6096836.
HSL color Cylindrical-coordinate representation of color #C4075D: hue angle of 332.7º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4075D is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.23 |
| HSL | 332.7º | 0.93% | 0.4% | - |
| HSV(B) | 332.7º | 0.96% | 0.77% | - |
| XYZ | 24.82 | 12.68 | 11.5 | - |
| YUV | 73.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 93 | 0 | 0.96 | 0.53 | 0.23 | 332.7 | 0.93 | 0.4 |
| Hex | C4 | 7 | 5D | 0 | 60 | 35 | 17 | 14D | 5D | 28 |
| Octal | 304 | 7 | 135 | 0 | 140 | 65 | 27 | 515 | 135 | 50 |
| Binary | 11000100 | 111 | 1011101 | 0 | 1100000 | 110101 | 10111 | 101001101 | 1011101 | 101000 |
Color Harmonies of #C4075D
Complementary color
Monochromatic Colors of #C4075D
Black with #C4075D
Text Example
Text Example
White with #C4075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4075D; }
p { color: rgb(196,7,93); }
H1.HeaderClassName
{
color: #C4075D;
}
.AnyTagClassName
{
color: #C4075D;
}
</style>
background-color css
<style>
a { background-color: #C4075D; }
a { background-color: rgb(196,7,93); }
div.DivClassName
{
background-color: #C4075D;
}
.BgClassName
{
background-color: #C4075D;
}
</style>
border-color css
<style>
span { border-color: #C4075D; }
span { border-color: rgb(196,7,93); }
td.TdClassName
{
border-color: #C4075D;
}
.TagClassName
{
border-color: #C4075D;
}
</style>