Shades of Ruby #C2185F
Tints of Ruby #C2185F
RGB
CMYK
RGB Variations
Color information
#C2185F (or 0xC2185F) is known color: Ruby. HEX triplet: C2, 18 and 5F. RGB value is (194,24,95). Sum of RGB (Red+Green+Blue) = 194+24+95=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C2185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2185F is #3DE7A0. Grayscale: #525252. Windows color (decimal): -4056993 or 6232258. OLE color: 6232258.
HSL color Cylindrical-coordinate representation of color #C2185F: hue angle of 334.94º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2185F is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 95 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.24 |
| HSL | 334.94º | 0.78% | 0.43% | - |
| HSV(B) | 334.94º | 0.88% | 0.76% | - |
| XYZ | 24.64 | 12.95 | 12.03 | - |
| YUV | 82.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 95 | 0 | 0.88 | 0.51 | 0.24 | 334.94 | 0.78 | 0.43 |
| Hex | C2 | 18 | 5F | 0 | 58 | 33 | 18 | 14F | 4E | 2B |
| Octal | 302 | 30 | 137 | 0 | 130 | 63 | 30 | 517 | 116 | 53 |
| Binary | 11000010 | 11000 | 1011111 | 0 | 1011000 | 110011 | 11000 | 101001111 | 1001110 | 101011 |
Color Harmonies of #C2185F
Complementary color
Monochromatic Colors of #C2185F
Black with #C2185F
Text Example
Text Example
White with #C2185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2185F; }
p { color: rgb(194,24,95); }
H1.HeaderClassName
{
color: #C2185F;
}
.AnyTagClassName
{
color: #C2185F;
}
</style>
background-color css
<style>
a { background-color: #C2185F; }
a { background-color: rgb(194,24,95); }
div.DivClassName
{
background-color: #C2185F;
}
.BgClassName
{
background-color: #C2185F;
}
</style>
border-color css
<style>
span { border-color: #C2185F; }
span { border-color: rgb(194,24,95); }
td.TdClassName
{
border-color: #C2185F;
}
.TagClassName
{
border-color: #C2185F;
}
</style>