Shades of Ruby #C41A67
Tints of Ruby #C41A67
RGB
CMYK
RGB Variations
Color information
#C41A67 (or 0xC41A67) is known color: Ruby. HEX triplet: C4, 1A and 67. RGB value is (196,26,103). Sum of RGB (Red+Green+Blue) = 196+26+103=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A67 is #3BE598. Grayscale: #555555. Windows color (decimal): -3925401 or 6757060. OLE color: 6757060.
HSL color Cylindrical-coordinate representation of color #C41A67: hue angle of 332.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A67 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 103 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.23 |
| HSL | 332.82º | 0.77% | 0.44% | - |
| HSV(B) | 332.82º | 0.87% | 0.77% | - |
| XYZ | 25.58 | 13.45 | 14.08 | - |
| YUV | 85.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 103 | 0 | 0.87 | 0.47 | 0.23 | 332.82 | 0.77 | 0.44 |
| Hex | C4 | 1A | 67 | 0 | 57 | 2F | 17 | 14D | 4D | 2C |
| Octal | 304 | 32 | 147 | 0 | 127 | 57 | 27 | 515 | 115 | 54 |
| Binary | 11000100 | 11010 | 1100111 | 0 | 1010111 | 101111 | 10111 | 101001101 | 1001101 | 101100 |
Color Harmonies of #C41A67
Complementary color
Monochromatic Colors of #C41A67
Black with #C41A67
Text Example
Text Example
White with #C41A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A67; }
p { color: rgb(196,26,103); }
H1.HeaderClassName
{
color: #C41A67;
}
.AnyTagClassName
{
color: #C41A67;
}
</style>
background-color css
<style>
a { background-color: #C41A67; }
a { background-color: rgb(196,26,103); }
div.DivClassName
{
background-color: #C41A67;
}
.BgClassName
{
background-color: #C41A67;
}
</style>
border-color css
<style>
span { border-color: #C41A67; }
span { border-color: rgb(196,26,103); }
td.TdClassName
{
border-color: #C41A67;
}
.TagClassName
{
border-color: #C41A67;
}
</style>