Shades of Ruby #C41068
Tints of Ruby #C41068
RGB
CMYK
RGB Variations
Color information
#C41068 (or 0xC41068) is known color: Ruby. HEX triplet: C4, 10 and 68. RGB value is (196,16,104). Sum of RGB (Red+Green+Blue) = 196+16+104=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C41068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41068 is #3BEF97. Grayscale: #4F4F4F. Windows color (decimal): -3927960 or 6820036. OLE color: 6820036.
HSL color Cylindrical-coordinate representation of color #C41068: hue angle of 330.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41068 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 104 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.23 |
| HSL | 330.67º | 0.85% | 0.42% | - |
| HSV(B) | 330.67º | 0.92% | 0.77% | - |
| XYZ | 25.45 | 13.11 | 14.29 | - |
| YUV | 79.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 104 | 0 | 0.92 | 0.47 | 0.23 | 330.67 | 0.85 | 0.42 |
| Hex | C4 | 10 | 68 | 0 | 5C | 2F | 17 | 14B | 55 | 2A |
| Octal | 304 | 20 | 150 | 0 | 134 | 57 | 27 | 513 | 125 | 52 |
| Binary | 11000100 | 10000 | 1101000 | 0 | 1011100 | 101111 | 10111 | 101001011 | 1010101 | 101010 |
Color Harmonies of #C41068
Complementary color
Monochromatic Colors of #C41068
Black with #C41068
Text Example
Text Example
White with #C41068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41068; }
p { color: rgb(196,16,104); }
H1.HeaderClassName
{
color: #C41068;
}
.AnyTagClassName
{
color: #C41068;
}
</style>
background-color css
<style>
a { background-color: #C41068; }
a { background-color: rgb(196,16,104); }
div.DivClassName
{
background-color: #C41068;
}
.BgClassName
{
background-color: #C41068;
}
</style>
border-color css
<style>
span { border-color: #C41068; }
span { border-color: rgb(196,16,104); }
td.TdClassName
{
border-color: #C41068;
}
.TagClassName
{
border-color: #C41068;
}
</style>