Shades of Ruby #C41C5E
Tints of Ruby #C41C5E
RGB
CMYK
RGB Variations
Color information
#C41C5E (or 0xC41C5E) is known color: Ruby. HEX triplet: C4, 1C and 5E. RGB value is (196,28,94). Sum of RGB (Red+Green+Blue) = 196+28+94=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C5E is #3BE3A1. Grayscale: #555555. Windows color (decimal): -3924898 or 6167748. OLE color: 6167748.
HSL color Cylindrical-coordinate representation of color #C41C5E: hue angle of 336.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C5E is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 94 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.23 |
| HSL | 336.43º | 0.75% | 0.44% | - |
| HSV(B) | 336.43º | 0.86% | 0.77% | - |
| XYZ | 25.2 | 13.37 | 11.84 | - |
| YUV | 85.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 94 | 0 | 0.86 | 0.52 | 0.23 | 336.43 | 0.75 | 0.44 |
| Hex | C4 | 1C | 5E | 0 | 56 | 34 | 17 | 150 | 4B | 2C |
| Octal | 304 | 34 | 136 | 0 | 126 | 64 | 27 | 520 | 113 | 54 |
| Binary | 11000100 | 11100 | 1011110 | 0 | 1010110 | 110100 | 10111 | 101010000 | 1001011 | 101100 |
Color Harmonies of #C41C5E
Complementary color
Monochromatic Colors of #C41C5E
Black with #C41C5E
Text Example
Text Example
White with #C41C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C5E; }
p { color: rgb(196,28,94); }
H1.HeaderClassName
{
color: #C41C5E;
}
.AnyTagClassName
{
color: #C41C5E;
}
</style>
background-color css
<style>
a { background-color: #C41C5E; }
a { background-color: rgb(196,28,94); }
div.DivClassName
{
background-color: #C41C5E;
}
.BgClassName
{
background-color: #C41C5E;
}
</style>
border-color css
<style>
span { border-color: #C41C5E; }
span { border-color: rgb(196,28,94); }
td.TdClassName
{
border-color: #C41C5E;
}
.TagClassName
{
border-color: #C41C5E;
}
</style>