Shades of Ruby #C3125D
Tints of Ruby #C3125D
RGB
CMYK
RGB Variations
Color information
#C3125D (or 0xC3125D) is known color: Ruby. HEX triplet: C3, 12 and 5D. RGB value is (195,18,93). Sum of RGB (Red+Green+Blue) = 195+18+93=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3125D is #3CEDA2. Grayscale: #4F4F4F. Windows color (decimal): -3992995 or 6099651. OLE color: 6099651.
HSL color Cylindrical-coordinate representation of color #C3125D: hue angle of 334.58º degrees, saturation: 0.83, 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 #C3125D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 93 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.24 |
| HSL | 334.58º | 0.83% | 0.42% | - |
| HSV(B) | 334.58º | 0.91% | 0.76% | - |
| XYZ | 24.7 | 12.83 | 11.53 | - |
| YUV | 79.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 93 | 0 | 0.91 | 0.52 | 0.24 | 334.58 | 0.83 | 0.42 |
| Hex | C3 | 12 | 5D | 0 | 5B | 34 | 18 | 14F | 53 | 2A |
| Octal | 303 | 22 | 135 | 0 | 133 | 64 | 30 | 517 | 123 | 52 |
| Binary | 11000011 | 10010 | 1011101 | 0 | 1011011 | 110100 | 11000 | 101001111 | 1010011 | 101010 |
Color Harmonies of #C3125D
Complementary color
Monochromatic Colors of #C3125D
Black with #C3125D
Text Example
Text Example
White with #C3125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3125D; }
p { color: rgb(195,18,93); }
H1.HeaderClassName
{
color: #C3125D;
}
.AnyTagClassName
{
color: #C3125D;
}
</style>
background-color css
<style>
a { background-color: #C3125D; }
a { background-color: rgb(195,18,93); }
div.DivClassName
{
background-color: #C3125D;
}
.BgClassName
{
background-color: #C3125D;
}
</style>
border-color css
<style>
span { border-color: #C3125D; }
span { border-color: rgb(195,18,93); }
td.TdClassName
{
border-color: #C3125D;
}
.TagClassName
{
border-color: #C3125D;
}
</style>