Shades of Ruby #C4145D
Tints of Ruby #C4145D
RGB
CMYK
RGB Variations
Color information
#C4145D (or 0xC4145D) is known color: Ruby. HEX triplet: C4, 14 and 5D. RGB value is (196,20,93). Sum of RGB (Red+Green+Blue) = 196+20+93=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4145D is #3BEBA2. Grayscale: #505050. Windows color (decimal): -3926947 or 6100164. OLE color: 6100164.
HSL color Cylindrical-coordinate representation of color #C4145D: hue angle of 335.11º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4145D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 93 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.23 |
| HSL | 335.11º | 0.81% | 0.42% | - |
| HSV(B) | 335.11º | 0.9% | 0.77% | - |
| XYZ | 24.99 | 13.03 | 11.55 | - |
| YUV | 80.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 93 | 0 | 0.90 | 0.53 | 0.23 | 335.11 | 0.81 | 0.42 |
| Hex | C4 | 14 | 5D | 0 | 5A | 35 | 17 | 14F | 51 | 2A |
| Octal | 304 | 24 | 135 | 0 | 132 | 65 | 27 | 517 | 121 | 52 |
| Binary | 11000100 | 10100 | 1011101 | 0 | 1011010 | 110101 | 10111 | 101001111 | 1010001 | 101010 |
Color Harmonies of #C4145D
Complementary color
Monochromatic Colors of #C4145D
Black with #C4145D
Text Example
Text Example
White with #C4145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4145D; }
p { color: rgb(196,20,93); }
H1.HeaderClassName
{
color: #C4145D;
}
.AnyTagClassName
{
color: #C4145D;
}
</style>
background-color css
<style>
a { background-color: #C4145D; }
a { background-color: rgb(196,20,93); }
div.DivClassName
{
background-color: #C4145D;
}
.BgClassName
{
background-color: #C4145D;
}
</style>
border-color css
<style>
span { border-color: #C4145D; }
span { border-color: rgb(196,20,93); }
td.TdClassName
{
border-color: #C4145D;
}
.TagClassName
{
border-color: #C4145D;
}
</style>