Shades of Ruby #C31768
Tints of Ruby #C31768
RGB
CMYK
RGB Variations
Color information
#C31768 (or 0xC31768) is known color: Ruby. HEX triplet: C3, 17 and 68. RGB value is (195,23,104). Sum of RGB (Red+Green+Blue) = 195+23+104=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C31768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31768 is #3CE897. Grayscale: #535353. Windows color (decimal): -3991704 or 6821827. OLE color: 6821827.
HSL color Cylindrical-coordinate representation of color #C31768: hue angle of 331.74º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31768 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 104 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.24 |
| HSL | 331.74º | 0.79% | 0.43% | - |
| HSV(B) | 331.74º | 0.88% | 0.76% | - |
| XYZ | 25.31 | 13.21 | 14.31 | - |
| YUV | 83.66 | 139.48 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 104 | 0 | 0.88 | 0.47 | 0.24 | 331.74 | 0.79 | 0.43 |
| Hex | C3 | 17 | 68 | 0 | 58 | 2F | 18 | 14C | 4F | 2B |
| Octal | 303 | 27 | 150 | 0 | 130 | 57 | 30 | 514 | 117 | 53 |
| Binary | 11000011 | 10111 | 1101000 | 0 | 1011000 | 101111 | 11000 | 101001100 | 1001111 | 101011 |
Color Harmonies of #C31768
Complementary color
Monochromatic Colors of #C31768
Black with #C31768
Text Example
Text Example
White with #C31768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31768; }
p { color: rgb(195,23,104); }
H1.HeaderClassName
{
color: #C31768;
}
.AnyTagClassName
{
color: #C31768;
}
</style>
background-color css
<style>
a { background-color: #C31768; }
a { background-color: rgb(195,23,104); }
div.DivClassName
{
background-color: #C31768;
}
.BgClassName
{
background-color: #C31768;
}
</style>
border-color css
<style>
span { border-color: #C31768; }
span { border-color: rgb(195,23,104); }
td.TdClassName
{
border-color: #C31768;
}
.TagClassName
{
border-color: #C31768;
}
</style>