Shades of Ruby #C31A68
Tints of Ruby #C31A68
RGB
CMYK
RGB Variations
Color information
#C31A68 (or 0xC31A68) is known color: Ruby. HEX triplet: C3, 1A and 68. RGB value is (195,26,104). Sum of RGB (Red+Green+Blue) = 195+26+104=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A68 is #3CE597. Grayscale: #555555. Windows color (decimal): -3990936 or 6822595. OLE color: 6822595.
HSL color Cylindrical-coordinate representation of color #C31A68: hue angle of 332.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A68 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 104 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.24 |
| HSL | 332.31º | 0.76% | 0.43% | - |
| HSV(B) | 332.31º | 0.87% | 0.76% | - |
| XYZ | 25.37 | 13.34 | 14.33 | - |
| YUV | 85.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 104 | 0 | 0.87 | 0.47 | 0.24 | 332.31 | 0.76 | 0.43 |
| Hex | C3 | 1A | 68 | 0 | 57 | 2F | 18 | 14C | 4C | 2B |
| Octal | 303 | 32 | 150 | 0 | 127 | 57 | 30 | 514 | 114 | 53 |
| Binary | 11000011 | 11010 | 1101000 | 0 | 1010111 | 101111 | 11000 | 101001100 | 1001100 | 101011 |
Color Harmonies of #C31A68
Complementary color
Monochromatic Colors of #C31A68
Black with #C31A68
Text Example
Text Example
White with #C31A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A68; }
p { color: rgb(195,26,104); }
H1.HeaderClassName
{
color: #C31A68;
}
.AnyTagClassName
{
color: #C31A68;
}
</style>
background-color css
<style>
a { background-color: #C31A68; }
a { background-color: rgb(195,26,104); }
div.DivClassName
{
background-color: #C31A68;
}
.BgClassName
{
background-color: #C31A68;
}
</style>
border-color css
<style>
span { border-color: #C31A68; }
span { border-color: rgb(195,26,104); }
td.TdClassName
{
border-color: #C31A68;
}
.TagClassName
{
border-color: #C31A68;
}
</style>