Shades of Ruby #C4045D
Tints of Ruby #C4045D
RGB
CMYK
RGB Variations
Color information
#C4045D (or 0xC4045D) is known color: Ruby. HEX triplet: C4, 04 and 5D. RGB value is (196,4,93). Sum of RGB (Red+Green+Blue) = 196+4+93=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4045D is #3BFBA2. Grayscale: #474747. Windows color (decimal): -3931043 or 6096068. OLE color: 6096068.
HSL color Cylindrical-coordinate representation of color #C4045D: hue angle of 332.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4045D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.23 |
| HSL | 332.19º | 0.96% | 0.39% | - |
| HSV(B) | 332.19º | 0.98% | 0.77% | - |
| XYZ | 24.78 | 12.61 | 11.48 | - |
| YUV | 71.55 | 140.11 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 93 | 0 | 0.98 | 0.53 | 0.23 | 332.19 | 0.96 | 0.39 |
| Hex | C4 | 4 | 5D | 0 | 62 | 35 | 17 | 14C | 60 | 27 |
| Octal | 304 | 4 | 135 | 0 | 142 | 65 | 27 | 514 | 140 | 47 |
| Binary | 11000100 | 100 | 1011101 | 0 | 1100010 | 110101 | 10111 | 101001100 | 1100000 | 100111 |
Color Harmonies of #C4045D
Complementary color
Monochromatic Colors of #C4045D
Black with #C4045D
Text Example
Text Example
White with #C4045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4045D; }
p { color: rgb(196,4,93); }
H1.HeaderClassName
{
color: #C4045D;
}
.AnyTagClassName
{
color: #C4045D;
}
</style>
background-color css
<style>
a { background-color: #C4045D; }
a { background-color: rgb(196,4,93); }
div.DivClassName
{
background-color: #C4045D;
}
.BgClassName
{
background-color: #C4045D;
}
</style>
border-color css
<style>
span { border-color: #C4045D; }
span { border-color: rgb(196,4,93); }
td.TdClassName
{
border-color: #C4045D;
}
.TagClassName
{
border-color: #C4045D;
}
</style>