Shades of Ruby #C3105A
Tints of Ruby #C3105A
RGB
CMYK
RGB Variations
Color information
#C3105A (or 0xC3105A) is known color: Ruby. HEX triplet: C3, 10 and 5A. RGB value is (195,16,90). Sum of RGB (Red+Green+Blue) = 195+16+90=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C3105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3105A is #3CEFA5. Grayscale: #4D4D4D. Windows color (decimal): -3993510 or 5902531. OLE color: 5902531.
HSL color Cylindrical-coordinate representation of color #C3105A: hue angle of 335.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3105A is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 90 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.24 |
| HSL | 335.2º | 0.85% | 0.41% | - |
| HSV(B) | 335.2º | 0.92% | 0.76% | - |
| XYZ | 24.54 | 12.71 | 10.83 | - |
| YUV | 77.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 90 | 0 | 0.92 | 0.54 | 0.24 | 335.2 | 0.85 | 0.41 |
| Hex | C3 | 10 | 5A | 0 | 5C | 36 | 18 | 14F | 55 | 29 |
| Octal | 303 | 20 | 132 | 0 | 134 | 66 | 30 | 517 | 125 | 51 |
| Binary | 11000011 | 10000 | 1011010 | 0 | 1011100 | 110110 | 11000 | 101001111 | 1010101 | 101001 |
Color Harmonies of #C3105A
Complementary color
Monochromatic Colors of #C3105A
Black with #C3105A
Text Example
Text Example
White with #C3105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3105A; }
p { color: rgb(195,16,90); }
H1.HeaderClassName
{
color: #C3105A;
}
.AnyTagClassName
{
color: #C3105A;
}
</style>
background-color css
<style>
a { background-color: #C3105A; }
a { background-color: rgb(195,16,90); }
div.DivClassName
{
background-color: #C3105A;
}
.BgClassName
{
background-color: #C3105A;
}
</style>
border-color css
<style>
span { border-color: #C3105A; }
span { border-color: rgb(195,16,90); }
td.TdClassName
{
border-color: #C3105A;
}
.TagClassName
{
border-color: #C3105A;
}
</style>