Shades of Ruby #C4145E
Tints of Ruby #C4145E
RGB
CMYK
RGB Variations
Color information
#C4145E (or 0xC4145E) is known color: Ruby. HEX triplet: C4, 14 and 5E. RGB value is (196,20,94). Sum of RGB (Red+Green+Blue) = 196+20+94=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4145E is #3BEBA1. Grayscale: #505050. Windows color (decimal): -3926946 or 6165700. OLE color: 6165700.
HSL color Cylindrical-coordinate representation of color #C4145E: hue angle of 334.77º 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 #C4145E is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 94 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.23 |
| HSL | 334.77º | 0.81% | 0.42% | - |
| HSV(B) | 334.77º | 0.9% | 0.77% | - |
| XYZ | 25.04 | 13.04 | 11.79 | - |
| YUV | 81.06 | 135.31 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 94 | 0 | 0.90 | 0.52 | 0.23 | 334.77 | 0.81 | 0.42 |
| Hex | C4 | 14 | 5E | 0 | 5A | 34 | 17 | 14F | 51 | 2A |
| Octal | 304 | 24 | 136 | 0 | 132 | 64 | 27 | 517 | 121 | 52 |
| Binary | 11000100 | 10100 | 1011110 | 0 | 1011010 | 110100 | 10111 | 101001111 | 1010001 | 101010 |
Color Harmonies of #C4145E
Complementary color
Monochromatic Colors of #C4145E
Black with #C4145E
Text Example
Text Example
White with #C4145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4145E; }
p { color: rgb(196,20,94); }
H1.HeaderClassName
{
color: #C4145E;
}
.AnyTagClassName
{
color: #C4145E;
}
</style>
background-color css
<style>
a { background-color: #C4145E; }
a { background-color: rgb(196,20,94); }
div.DivClassName
{
background-color: #C4145E;
}
.BgClassName
{
background-color: #C4145E;
}
</style>
border-color css
<style>
span { border-color: #C4145E; }
span { border-color: rgb(196,20,94); }
td.TdClassName
{
border-color: #C4145E;
}
.TagClassName
{
border-color: #C4145E;
}
</style>