Shades of Ruby #C41C5F
Tints of Ruby #C41C5F
RGB
CMYK
RGB Variations
Color information
#C41C5F (or 0xC41C5F) is known color: Ruby. HEX triplet: C4, 1C and 5F. RGB value is (196,28,95). Sum of RGB (Red+Green+Blue) = 196+28+95=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C5F is #3BE3A0. Grayscale: #555555. Windows color (decimal): -3924897 or 6233284. OLE color: 6233284.
HSL color Cylindrical-coordinate representation of color #C41C5F: hue angle of 336.07º 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 #C41C5F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 95 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.23 |
| HSL | 336.07º | 0.75% | 0.44% | - |
| HSV(B) | 336.07º | 0.86% | 0.77% | - |
| XYZ | 25.25 | 13.39 | 12.08 | - |
| YUV | 85.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 95 | 0 | 0.86 | 0.52 | 0.23 | 336.07 | 0.75 | 0.44 |
| Hex | C4 | 1C | 5F | 0 | 56 | 34 | 17 | 150 | 4B | 2C |
| Octal | 304 | 34 | 137 | 0 | 126 | 64 | 27 | 520 | 113 | 54 |
| Binary | 11000100 | 11100 | 1011111 | 0 | 1010110 | 110100 | 10111 | 101010000 | 1001011 | 101100 |
Color Harmonies of #C41C5F
Complementary color
Monochromatic Colors of #C41C5F
Black with #C41C5F
Text Example
Text Example
White with #C41C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C5F; }
p { color: rgb(196,28,95); }
H1.HeaderClassName
{
color: #C41C5F;
}
.AnyTagClassName
{
color: #C41C5F;
}
</style>
background-color css
<style>
a { background-color: #C41C5F; }
a { background-color: rgb(196,28,95); }
div.DivClassName
{
background-color: #C41C5F;
}
.BgClassName
{
background-color: #C41C5F;
}
</style>
border-color css
<style>
span { border-color: #C41C5F; }
span { border-color: rgb(196,28,95); }
td.TdClassName
{
border-color: #C41C5F;
}
.TagClassName
{
border-color: #C41C5F;
}
</style>