Shades of Ruby #C21967
Tints of Ruby #C21967
RGB
CMYK
RGB Variations
Color information
#C21967 (or 0xC21967) is known color: Ruby. HEX triplet: C2, 19 and 67. RGB value is (194,25,103). Sum of RGB (Red+Green+Blue) = 194+25+103=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C21967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21967 is #3DE698. Grayscale: #545454. Windows color (decimal): -4056729 or 6756802. OLE color: 6756802.
HSL color Cylindrical-coordinate representation of color #C21967: hue angle of 332.31º degrees, saturation: 0.77, 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 #C21967 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 103 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.24 |
| HSL | 332.31º | 0.77% | 0.43% | - |
| HSV(B) | 332.31º | 0.87% | 0.76% | - |
| XYZ | 25.04 | 13.14 | 14.05 | - |
| YUV | 84.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 103 | 0 | 0.87 | 0.47 | 0.24 | 332.31 | 0.77 | 0.43 |
| Hex | C2 | 19 | 67 | 0 | 57 | 2F | 18 | 14C | 4D | 2B |
| Octal | 302 | 31 | 147 | 0 | 127 | 57 | 30 | 514 | 115 | 53 |
| Binary | 11000010 | 11001 | 1100111 | 0 | 1010111 | 101111 | 11000 | 101001100 | 1001101 | 101011 |
Color Harmonies of #C21967
Complementary color
Monochromatic Colors of #C21967
Black with #C21967
Text Example
Text Example
White with #C21967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21967; }
p { color: rgb(194,25,103); }
H1.HeaderClassName
{
color: #C21967;
}
.AnyTagClassName
{
color: #C21967;
}
</style>
background-color css
<style>
a { background-color: #C21967; }
a { background-color: rgb(194,25,103); }
div.DivClassName
{
background-color: #C21967;
}
.BgClassName
{
background-color: #C21967;
}
</style>
border-color css
<style>
span { border-color: #C21967; }
span { border-color: rgb(194,25,103); }
td.TdClassName
{
border-color: #C21967;
}
.TagClassName
{
border-color: #C21967;
}
</style>