Shades of Ruby #C30E5B
Tints of Ruby #C30E5B
RGB
CMYK
RGB Variations
Color information
#C30E5B (or 0xC30E5B) is known color: Ruby. HEX triplet: C3, 0E and 5B. RGB value is (195,14,91). Sum of RGB (Red+Green+Blue) = 195+14+91=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E5B is #3CF1A4. Grayscale: #4C4C4C. Windows color (decimal): -3994021 or 5967555. OLE color: 5967555.
HSL color Cylindrical-coordinate representation of color #C30E5B: hue angle of 334.48º degrees, saturation: 0.87, 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 #C30E5B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 91 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.24 |
| HSL | 334.48º | 0.87% | 0.41% | - |
| HSV(B) | 334.48º | 0.93% | 0.76% | - |
| XYZ | 24.55 | 12.67 | 11.05 | - |
| YUV | 76.9 | 135.97 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 91 | 0 | 0.93 | 0.53 | 0.24 | 334.48 | 0.87 | 0.41 |
| Hex | C3 | E | 5B | 0 | 5D | 35 | 18 | 14E | 57 | 29 |
| Octal | 303 | 16 | 133 | 0 | 135 | 65 | 30 | 516 | 127 | 51 |
| Binary | 11000011 | 1110 | 1011011 | 0 | 1011101 | 110101 | 11000 | 101001110 | 1010111 | 101001 |
Color Harmonies of #C30E5B
Complementary color
Monochromatic Colors of #C30E5B
Black with #C30E5B
Text Example
Text Example
White with #C30E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E5B; }
p { color: rgb(195,14,91); }
H1.HeaderClassName
{
color: #C30E5B;
}
.AnyTagClassName
{
color: #C30E5B;
}
</style>
background-color css
<style>
a { background-color: #C30E5B; }
a { background-color: rgb(195,14,91); }
div.DivClassName
{
background-color: #C30E5B;
}
.BgClassName
{
background-color: #C30E5B;
}
</style>
border-color css
<style>
span { border-color: #C30E5B; }
span { border-color: rgb(195,14,91); }
td.TdClassName
{
border-color: #C30E5B;
}
.TagClassName
{
border-color: #C30E5B;
}
</style>