Shades of Ruby #C3115A
Tints of Ruby #C3115A
RGB
CMYK
RGB Variations
Color information
#C3115A (or 0xC3115A) is known color: Ruby. HEX triplet: C3, 11 and 5A. RGB value is (195,17,90). Sum of RGB (Red+Green+Blue) = 195+17+90=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3115A is #3CEEA5. Grayscale: #4E4E4E. Windows color (decimal): -3993254 or 5902787. OLE color: 5902787.
HSL color Cylindrical-coordinate representation of color #C3115A: hue angle of 335.39º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3115A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 90 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.24 |
| HSL | 335.39º | 0.84% | 0.42% | - |
| HSV(B) | 335.39º | 0.91% | 0.76% | - |
| XYZ | 24.55 | 12.74 | 10.84 | - |
| YUV | 78.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 90 | 0 | 0.91 | 0.54 | 0.24 | 335.39 | 0.84 | 0.42 |
| Hex | C3 | 11 | 5A | 0 | 5B | 36 | 18 | 14F | 54 | 2A |
| Octal | 303 | 21 | 132 | 0 | 133 | 66 | 30 | 517 | 124 | 52 |
| Binary | 11000011 | 10001 | 1011010 | 0 | 1011011 | 110110 | 11000 | 101001111 | 1010100 | 101010 |
Color Harmonies of #C3115A
Complementary color
Monochromatic Colors of #C3115A
Black with #C3115A
Text Example
Text Example
White with #C3115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3115A; }
p { color: rgb(195,17,90); }
H1.HeaderClassName
{
color: #C3115A;
}
.AnyTagClassName
{
color: #C3115A;
}
</style>
background-color css
<style>
a { background-color: #C3115A; }
a { background-color: rgb(195,17,90); }
div.DivClassName
{
background-color: #C3115A;
}
.BgClassName
{
background-color: #C3115A;
}
</style>
border-color css
<style>
span { border-color: #C3115A; }
span { border-color: rgb(195,17,90); }
td.TdClassName
{
border-color: #C3115A;
}
.TagClassName
{
border-color: #C3115A;
}
</style>