Shades of Ruby #C42064
Tints of Ruby #C42064
RGB
CMYK
RGB Variations
Color information
#C42064 (or 0xC42064) is known color: Ruby. HEX triplet: C4, 20 and 64. RGB value is (196,32,100). Sum of RGB (Red+Green+Blue) = 196+32+100=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C42064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42064 is #3BDF9B. Grayscale: #585858. Windows color (decimal): -3923868 or 6561988. OLE color: 6561988.
HSL color Cylindrical-coordinate representation of color #C42064: hue angle of 335.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42064 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 100 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.23 |
| HSL | 335.12º | 0.72% | 0.45% | - |
| HSV(B) | 335.12º | 0.84% | 0.77% | - |
| XYZ | 25.58 | 13.69 | 13.35 | - |
| YUV | 88.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 100 | 0 | 0.84 | 0.49 | 0.23 | 335.12 | 0.72 | 0.45 |
| Hex | C4 | 20 | 64 | 0 | 54 | 31 | 17 | 14F | 48 | 2D |
| Octal | 304 | 40 | 144 | 0 | 124 | 61 | 27 | 517 | 110 | 55 |
| Binary | 11000100 | 100000 | 1100100 | 0 | 1010100 | 110001 | 10111 | 101001111 | 1001000 | 101101 |
Color Harmonies of #C42064
Complementary color
Monochromatic Colors of #C42064
Black with #C42064
Text Example
Text Example
White with #C42064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42064; }
p { color: rgb(196,32,100); }
H1.HeaderClassName
{
color: #C42064;
}
.AnyTagClassName
{
color: #C42064;
}
</style>
background-color css
<style>
a { background-color: #C42064; }
a { background-color: rgb(196,32,100); }
div.DivClassName
{
background-color: #C42064;
}
.BgClassName
{
background-color: #C42064;
}
</style>
border-color css
<style>
span { border-color: #C42064; }
span { border-color: rgb(196,32,100); }
td.TdClassName
{
border-color: #C42064;
}
.TagClassName
{
border-color: #C42064;
}
</style>