Shades of Ruby #C21A60
Tints of Ruby #C21A60
RGB
CMYK
RGB Variations
Color information
#C21A60 (or 0xC21A60) is known color: Ruby. HEX triplet: C2, 1A and 60. RGB value is (194,26,96). Sum of RGB (Red+Green+Blue) = 194+26+96=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A60 is #3DE59F. Grayscale: #545454. Windows color (decimal): -4056480 or 6298306. OLE color: 6298306.
HSL color Cylindrical-coordinate representation of color #C21A60: hue angle of 335º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A60 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 96 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.24 |
| HSL | 335º | 0.76% | 0.43% | - |
| HSV(B) | 335º | 0.87% | 0.76% | - |
| XYZ | 24.73 | 13.05 | 12.28 | - |
| YUV | 84.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 96 | 0 | 0.87 | 0.51 | 0.24 | 335 | 0.76 | 0.43 |
| Hex | C2 | 1A | 60 | 0 | 57 | 33 | 18 | 14F | 4C | 2B |
| Octal | 302 | 32 | 140 | 0 | 127 | 63 | 30 | 517 | 114 | 53 |
| Binary | 11000010 | 11010 | 1100000 | 0 | 1010111 | 110011 | 11000 | 101001111 | 1001100 | 101011 |
Color Harmonies of #C21A60
Complementary color
Monochromatic Colors of #C21A60
Black with #C21A60
Text Example
Text Example
White with #C21A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A60; }
p { color: rgb(194,26,96); }
H1.HeaderClassName
{
color: #C21A60;
}
.AnyTagClassName
{
color: #C21A60;
}
</style>
background-color css
<style>
a { background-color: #C21A60; }
a { background-color: rgb(194,26,96); }
div.DivClassName
{
background-color: #C21A60;
}
.BgClassName
{
background-color: #C21A60;
}
</style>
border-color css
<style>
span { border-color: #C21A60; }
span { border-color: rgb(194,26,96); }
td.TdClassName
{
border-color: #C21A60;
}
.TagClassName
{
border-color: #C21A60;
}
</style>