Shades of Ruby #C3135D
Tints of Ruby #C3135D
RGB
CMYK
RGB Variations
Color information
#C3135D (or 0xC3135D) is known color: Ruby. HEX triplet: C3, 13 and 5D. RGB value is (195,19,93). Sum of RGB (Red+Green+Blue) = 195+19+93=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3135D is #3CECA2. Grayscale: #4F4F4F. Windows color (decimal): -3992739 or 6099907. OLE color: 6099907.
HSL color Cylindrical-coordinate representation of color #C3135D: hue angle of 334.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3135D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 93 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.24 |
| HSL | 334.77º | 0.82% | 0.42% | - |
| HSV(B) | 334.77º | 0.9% | 0.76% | - |
| XYZ | 24.71 | 12.86 | 11.54 | - |
| YUV | 80.06 | 135.31 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 93 | 0 | 0.90 | 0.52 | 0.24 | 334.77 | 0.82 | 0.42 |
| Hex | C3 | 13 | 5D | 0 | 5A | 34 | 18 | 14F | 52 | 2A |
| Octal | 303 | 23 | 135 | 0 | 132 | 64 | 30 | 517 | 122 | 52 |
| Binary | 11000011 | 10011 | 1011101 | 0 | 1011010 | 110100 | 11000 | 101001111 | 1010010 | 101010 |
Color Harmonies of #C3135D
Complementary color
Monochromatic Colors of #C3135D
Black with #C3135D
Text Example
Text Example
White with #C3135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3135D; }
p { color: rgb(195,19,93); }
H1.HeaderClassName
{
color: #C3135D;
}
.AnyTagClassName
{
color: #C3135D;
}
</style>
background-color css
<style>
a { background-color: #C3135D; }
a { background-color: rgb(195,19,93); }
div.DivClassName
{
background-color: #C3135D;
}
.BgClassName
{
background-color: #C3135D;
}
</style>
border-color css
<style>
span { border-color: #C3135D; }
span { border-color: rgb(195,19,93); }
td.TdClassName
{
border-color: #C3135D;
}
.TagClassName
{
border-color: #C3135D;
}
</style>