Shades of Ruby #C41868
Tints of Ruby #C41868
RGB
CMYK
RGB Variations
Color information
#C41868 (or 0xC41868) is known color: Ruby. HEX triplet: C4, 18 and 68. RGB value is (196,24,104). Sum of RGB (Red+Green+Blue) = 196+24+104=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C41868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41868 is #3BE797. Grayscale: #545454. Windows color (decimal): -3925912 or 6822084. OLE color: 6822084.
HSL color Cylindrical-coordinate representation of color #C41868: hue angle of 332.09º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41868 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 104 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.23 |
| HSL | 332.09º | 0.78% | 0.43% | - |
| HSV(B) | 332.09º | 0.88% | 0.77% | - |
| XYZ | 25.59 | 13.39 | 14.33 | - |
| YUV | 84.55 | 138.98 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 104 | 0 | 0.88 | 0.47 | 0.23 | 332.09 | 0.78 | 0.43 |
| Hex | C4 | 18 | 68 | 0 | 58 | 2F | 17 | 14C | 4E | 2B |
| Octal | 304 | 30 | 150 | 0 | 130 | 57 | 27 | 514 | 116 | 53 |
| Binary | 11000100 | 11000 | 1101000 | 0 | 1011000 | 101111 | 10111 | 101001100 | 1001110 | 101011 |
Color Harmonies of #C41868
Complementary color
Monochromatic Colors of #C41868
Black with #C41868
Text Example
Text Example
White with #C41868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41868; }
p { color: rgb(196,24,104); }
H1.HeaderClassName
{
color: #C41868;
}
.AnyTagClassName
{
color: #C41868;
}
</style>
background-color css
<style>
a { background-color: #C41868; }
a { background-color: rgb(196,24,104); }
div.DivClassName
{
background-color: #C41868;
}
.BgClassName
{
background-color: #C41868;
}
</style>
border-color css
<style>
span { border-color: #C41868; }
span { border-color: rgb(196,24,104); }
td.TdClassName
{
border-color: #C41868;
}
.TagClassName
{
border-color: #C41868;
}
</style>