Shades of Ruby #C31D68
Tints of Ruby #C31D68
RGB
CMYK
RGB Variations
Color information
#C31D68 (or 0xC31D68) is known color: Ruby. HEX triplet: C3, 1D and 68. RGB value is (195,29,104). Sum of RGB (Red+Green+Blue) = 195+29+104=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D68 is #3CE297. Grayscale: #575757. Windows color (decimal): -3990168 or 6823363. OLE color: 6823363.
HSL color Cylindrical-coordinate representation of color #C31D68: hue angle of 332.89º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D68 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 104 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.24 |
| HSL | 332.89º | 0.74% | 0.44% | - |
| HSV(B) | 332.89º | 0.85% | 0.76% | - |
| XYZ | 25.44 | 13.48 | 14.36 | - |
| YUV | 87.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 104 | 0 | 0.85 | 0.47 | 0.24 | 332.89 | 0.74 | 0.44 |
| Hex | C3 | 1D | 68 | 0 | 55 | 2F | 18 | 14D | 4A | 2C |
| Octal | 303 | 35 | 150 | 0 | 125 | 57 | 30 | 515 | 112 | 54 |
| Binary | 11000011 | 11101 | 1101000 | 0 | 1010101 | 101111 | 11000 | 101001101 | 1001010 | 101100 |
Color Harmonies of #C31D68
Complementary color
Monochromatic Colors of #C31D68
Black with #C31D68
Text Example
Text Example
White with #C31D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D68; }
p { color: rgb(195,29,104); }
H1.HeaderClassName
{
color: #C31D68;
}
.AnyTagClassName
{
color: #C31D68;
}
</style>
background-color css
<style>
a { background-color: #C31D68; }
a { background-color: rgb(195,29,104); }
div.DivClassName
{
background-color: #C31D68;
}
.BgClassName
{
background-color: #C31D68;
}
</style>
border-color css
<style>
span { border-color: #C31D68; }
span { border-color: rgb(195,29,104); }
td.TdClassName
{
border-color: #C31D68;
}
.TagClassName
{
border-color: #C31D68;
}
</style>