Shades of Ruby #C21567
Tints of Ruby #C21567
RGB
CMYK
RGB Variations
Color information
#C21567 (or 0xC21567) is known color: Ruby. HEX triplet: C2, 15 and 67. RGB value is (194,21,103). Sum of RGB (Red+Green+Blue) = 194+21+103=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C21567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21567 is #3DEA98. Grayscale: #515151. Windows color (decimal): -4057753 or 6755778. OLE color: 6755778.
HSL color Cylindrical-coordinate representation of color #C21567: hue angle of 331.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21567 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 103 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.24 |
| HSL | 331.56º | 0.8% | 0.42% | - |
| HSV(B) | 331.56º | 0.89% | 0.76% | - |
| XYZ | 24.96 | 12.98 | 14.02 | - |
| YUV | 82.08 | 139.81 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 103 | 0 | 0.89 | 0.47 | 0.24 | 331.56 | 0.8 | 0.42 |
| Hex | C2 | 15 | 67 | 0 | 59 | 2F | 18 | 14C | 50 | 2A |
| Octal | 302 | 25 | 147 | 0 | 131 | 57 | 30 | 514 | 120 | 52 |
| Binary | 11000010 | 10101 | 1100111 | 0 | 1011001 | 101111 | 11000 | 101001100 | 1010000 | 101010 |
Color Harmonies of #C21567
Complementary color
Monochromatic Colors of #C21567
Black with #C21567
Text Example
Text Example
White with #C21567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21567; }
p { color: rgb(194,21,103); }
H1.HeaderClassName
{
color: #C21567;
}
.AnyTagClassName
{
color: #C21567;
}
</style>
background-color css
<style>
a { background-color: #C21567; }
a { background-color: rgb(194,21,103); }
div.DivClassName
{
background-color: #C21567;
}
.BgClassName
{
background-color: #C21567;
}
</style>
border-color css
<style>
span { border-color: #C21567; }
span { border-color: rgb(194,21,103); }
td.TdClassName
{
border-color: #C21567;
}
.TagClassName
{
border-color: #C21567;
}
</style>