Shades of Ruby #C5045D
Tints of Ruby #C5045D
RGB
CMYK
RGB Variations
Color information
#C5045D (or 0xC5045D) is known color: Ruby. HEX triplet: C5, 04 and 5D. RGB value is (197,4,93). Sum of RGB (Red+Green+Blue) = 197+4+93=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5045D is #3AFBA2. Grayscale: #474747. Windows color (decimal): -3865507 or 6096069. OLE color: 6096069.
HSL color Cylindrical-coordinate representation of color #C5045D: hue angle of 332.33º 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 #C5045D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.23 |
| HSL | 332.33º | 0.96% | 0.39% | - |
| HSV(B) | 332.33º | 0.98% | 0.77% | - |
| XYZ | 25.05 | 12.75 | 11.5 | - |
| YUV | 71.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 93 | 0 | 0.98 | 0.53 | 0.23 | 332.33 | 0.96 | 0.39 |
| Hex | C5 | 4 | 5D | 0 | 62 | 35 | 17 | 14C | 60 | 27 |
| Octal | 305 | 4 | 135 | 0 | 142 | 65 | 27 | 514 | 140 | 47 |
| Binary | 11000101 | 100 | 1011101 | 0 | 1100010 | 110101 | 10111 | 101001100 | 1100000 | 100111 |
Color Harmonies of #C5045D
Complementary color
Monochromatic Colors of #C5045D
Black with #C5045D
Text Example
Text Example
White with #C5045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5045D; }
p { color: rgb(197,4,93); }
H1.HeaderClassName
{
color: #C5045D;
}
.AnyTagClassName
{
color: #C5045D;
}
</style>
background-color css
<style>
a { background-color: #C5045D; }
a { background-color: rgb(197,4,93); }
div.DivClassName
{
background-color: #C5045D;
}
.BgClassName
{
background-color: #C5045D;
}
</style>
border-color css
<style>
span { border-color: #C5045D; }
span { border-color: rgb(197,4,93); }
td.TdClassName
{
border-color: #C5045D;
}
.TagClassName
{
border-color: #C5045D;
}
</style>