Shades of Ruby #C31C5F
Tints of Ruby #C31C5F
RGB
CMYK
RGB Variations
Color information
#C31C5F (or 0xC31C5F) is known color: Ruby. HEX triplet: C3, 1C and 5F. RGB value is (195,28,95). Sum of RGB (Red+Green+Blue) = 195+28+95=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C5F is #3CE3A0. Grayscale: #555555. Windows color (decimal): -3990433 or 6233283. OLE color: 6233283.
HSL color Cylindrical-coordinate representation of color #C31C5F: hue angle of 335.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C5F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 95 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.24 |
| HSL | 335.93º | 0.75% | 0.44% | - |
| HSV(B) | 335.93º | 0.86% | 0.76% | - |
| XYZ | 24.99 | 13.26 | 12.07 | - |
| YUV | 85.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 95 | 0 | 0.86 | 0.51 | 0.24 | 335.93 | 0.75 | 0.44 |
| Hex | C3 | 1C | 5F | 0 | 56 | 33 | 18 | 150 | 4B | 2C |
| Octal | 303 | 34 | 137 | 0 | 126 | 63 | 30 | 520 | 113 | 54 |
| Binary | 11000011 | 11100 | 1011111 | 0 | 1010110 | 110011 | 11000 | 101010000 | 1001011 | 101100 |
Color Harmonies of #C31C5F
Complementary color
Monochromatic Colors of #C31C5F
Black with #C31C5F
Text Example
Text Example
White with #C31C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C5F; }
p { color: rgb(195,28,95); }
H1.HeaderClassName
{
color: #C31C5F;
}
.AnyTagClassName
{
color: #C31C5F;
}
</style>
background-color css
<style>
a { background-color: #C31C5F; }
a { background-color: rgb(195,28,95); }
div.DivClassName
{
background-color: #C31C5F;
}
.BgClassName
{
background-color: #C31C5F;
}
</style>
border-color css
<style>
span { border-color: #C31C5F; }
span { border-color: rgb(195,28,95); }
td.TdClassName
{
border-color: #C31C5F;
}
.TagClassName
{
border-color: #C31C5F;
}
</style>