Shades of Ruby #C21F66
Tints of Ruby #C21F66
RGB
CMYK
RGB Variations
Color information
#C21F66 (or 0xC21F66) is known color: Ruby. HEX triplet: C2, 1F and 66. RGB value is (194,31,102). Sum of RGB (Red+Green+Blue) = 194+31+102=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F66 is #3DE099. Grayscale: #575757. Windows color (decimal): -4055194 or 6692802. OLE color: 6692802.
HSL color Cylindrical-coordinate representation of color #C21F66: hue angle of 333.87º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F66 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 102 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.24 |
| HSL | 333.87º | 0.72% | 0.44% | - |
| HSV(B) | 333.87º | 0.84% | 0.76% | - |
| XYZ | 25.14 | 13.41 | 13.83 | - |
| YUV | 87.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 102 | 0 | 0.84 | 0.47 | 0.24 | 333.87 | 0.72 | 0.44 |
| Hex | C2 | 1F | 66 | 0 | 54 | 2F | 18 | 14E | 48 | 2C |
| Octal | 302 | 37 | 146 | 0 | 124 | 57 | 30 | 516 | 110 | 54 |
| Binary | 11000010 | 11111 | 1100110 | 0 | 1010100 | 101111 | 11000 | 101001110 | 1001000 | 101100 |
Color Harmonies of #C21F66
Complementary color
Monochromatic Colors of #C21F66
Black with #C21F66
Text Example
Text Example
White with #C21F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F66; }
p { color: rgb(194,31,102); }
H1.HeaderClassName
{
color: #C21F66;
}
.AnyTagClassName
{
color: #C21F66;
}
</style>
background-color css
<style>
a { background-color: #C21F66; }
a { background-color: rgb(194,31,102); }
div.DivClassName
{
background-color: #C21F66;
}
.BgClassName
{
background-color: #C21F66;
}
</style>
border-color css
<style>
span { border-color: #C21F66; }
span { border-color: rgb(194,31,102); }
td.TdClassName
{
border-color: #C21F66;
}
.TagClassName
{
border-color: #C21F66;
}
</style>