Shades of Ruby #C31A67
Tints of Ruby #C31A67
RGB
CMYK
RGB Variations
Color information
#C31A67 (or 0xC31A67) is known color: Ruby. HEX triplet: C3, 1A and 67. RGB value is (195,26,103). Sum of RGB (Red+Green+Blue) = 195+26+103=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A67 is #3CE598. Grayscale: #555555. Windows color (decimal): -3990937 or 6757059. OLE color: 6757059.
HSL color Cylindrical-coordinate representation of color #C31A67: hue angle of 332.66º 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 #C31A67 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 103 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.24 |
| HSL | 332.66º | 0.76% | 0.43% | - |
| HSV(B) | 332.66º | 0.87% | 0.76% | - |
| XYZ | 25.32 | 13.32 | 14.07 | - |
| YUV | 85.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 103 | 0 | 0.87 | 0.47 | 0.24 | 332.66 | 0.76 | 0.43 |
| Hex | C3 | 1A | 67 | 0 | 57 | 2F | 18 | 14D | 4C | 2B |
| Octal | 303 | 32 | 147 | 0 | 127 | 57 | 30 | 515 | 114 | 53 |
| Binary | 11000011 | 11010 | 1100111 | 0 | 1010111 | 101111 | 11000 | 101001101 | 1001100 | 101011 |
Color Harmonies of #C31A67
Complementary color
Monochromatic Colors of #C31A67
Black with #C31A67
Text Example
Text Example
White with #C31A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A67; }
p { color: rgb(195,26,103); }
H1.HeaderClassName
{
color: #C31A67;
}
.AnyTagClassName
{
color: #C31A67;
}
</style>
background-color css
<style>
a { background-color: #C31A67; }
a { background-color: rgb(195,26,103); }
div.DivClassName
{
background-color: #C31A67;
}
.BgClassName
{
background-color: #C31A67;
}
</style>
border-color css
<style>
span { border-color: #C31A67; }
span { border-color: rgb(195,26,103); }
td.TdClassName
{
border-color: #C31A67;
}
.TagClassName
{
border-color: #C31A67;
}
</style>