Shades of Ruby #C31267
Tints of Ruby #C31267
RGB
CMYK
RGB Variations
Color information
#C31267 (or 0xC31267) is known color: Ruby. HEX triplet: C3, 12 and 67. RGB value is (195,18,103). Sum of RGB (Red+Green+Blue) = 195+18+103=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C31267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31267 is #3CED98. Grayscale: #505050. Windows color (decimal): -3992985 or 6755011. OLE color: 6755011.
HSL color Cylindrical-coordinate representation of color #C31267: hue angle of 331.19º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31267 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 103 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.24 |
| HSL | 331.19º | 0.83% | 0.42% | - |
| HSV(B) | 331.19º | 0.91% | 0.76% | - |
| XYZ | 25.17 | 13.01 | 14.02 | - |
| YUV | 80.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 103 | 0 | 0.91 | 0.47 | 0.24 | 331.19 | 0.83 | 0.42 |
| Hex | C3 | 12 | 67 | 0 | 5B | 2F | 18 | 14B | 53 | 2A |
| Octal | 303 | 22 | 147 | 0 | 133 | 57 | 30 | 513 | 123 | 52 |
| Binary | 11000011 | 10010 | 1100111 | 0 | 1011011 | 101111 | 11000 | 101001011 | 1010011 | 101010 |
Color Harmonies of #C31267
Complementary color
Monochromatic Colors of #C31267
Black with #C31267
Text Example
Text Example
White with #C31267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31267; }
p { color: rgb(195,18,103); }
H1.HeaderClassName
{
color: #C31267;
}
.AnyTagClassName
{
color: #C31267;
}
</style>
background-color css
<style>
a { background-color: #C31267; }
a { background-color: rgb(195,18,103); }
div.DivClassName
{
background-color: #C31267;
}
.BgClassName
{
background-color: #C31267;
}
</style>
border-color css
<style>
span { border-color: #C31267; }
span { border-color: rgb(195,18,103); }
td.TdClassName
{
border-color: #C31267;
}
.TagClassName
{
border-color: #C31267;
}
</style>