Shades of Ruby #C30D5E
Tints of Ruby #C30D5E
RGB
CMYK
RGB Variations
Color information
#C30D5E (or 0xC30D5E) is known color: Ruby. HEX triplet: C3, 0D and 5E. RGB value is (195,13,94). Sum of RGB (Red+Green+Blue) = 195+13+94=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D5E is #3CF2A1. Grayscale: #4C4C4C. Windows color (decimal): -3994274 or 6163907. OLE color: 6163907.
HSL color Cylindrical-coordinate representation of color #C30D5E: hue angle of 333.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D5E is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 94 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.24 |
| HSL | 333.3º | 0.88% | 0.41% | - |
| HSV(B) | 333.3º | 0.93% | 0.76% | - |
| XYZ | 24.67 | 12.7 | 11.74 | - |
| YUV | 76.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 94 | 0 | 0.93 | 0.52 | 0.24 | 333.3 | 0.88 | 0.41 |
| Hex | C3 | D | 5E | 0 | 5D | 34 | 18 | 14D | 58 | 29 |
| Octal | 303 | 15 | 136 | 0 | 135 | 64 | 30 | 515 | 130 | 51 |
| Binary | 11000011 | 1101 | 1011110 | 0 | 1011101 | 110100 | 11000 | 101001101 | 1011000 | 101001 |
Color Harmonies of #C30D5E
Complementary color
Monochromatic Colors of #C30D5E
Black with #C30D5E
Text Example
Text Example
White with #C30D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D5E; }
p { color: rgb(195,13,94); }
H1.HeaderClassName
{
color: #C30D5E;
}
.AnyTagClassName
{
color: #C30D5E;
}
</style>
background-color css
<style>
a { background-color: #C30D5E; }
a { background-color: rgb(195,13,94); }
div.DivClassName
{
background-color: #C30D5E;
}
.BgClassName
{
background-color: #C30D5E;
}
</style>
border-color css
<style>
span { border-color: #C30D5E; }
span { border-color: rgb(195,13,94); }
td.TdClassName
{
border-color: #C30D5E;
}
.TagClassName
{
border-color: #C30D5E;
}
</style>