Shades of Ruby #C50168
Tints of Ruby #C50168
RGB
CMYK
RGB Variations
Color information
#C50168 (or 0xC50168) is known color: Ruby. HEX triplet: C5, 01 and 68. RGB value is (197,1,104). Sum of RGB (Red+Green+Blue) = 197+1+104=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50168 is #3AFE97. Grayscale: #474747. Windows color (decimal): -3866264 or 6816197. OLE color: 6816197.
HSL color Cylindrical-coordinate representation of color #C50168: hue angle of 328.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50168 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.23 |
| HSL | 328.47º | 0.99% | 0.39% | - |
| HSV(B) | 328.47º | 0.99% | 0.77% | - |
| XYZ | 25.54 | 12.89 | 14.24 | - |
| YUV | 71.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 104 | 0 | 0.99 | 0.47 | 0.23 | 328.47 | 0.99 | 0.39 |
| Hex | C5 | 1 | 68 | 0 | 63 | 2F | 17 | 148 | 63 | 27 |
| Octal | 305 | 1 | 150 | 0 | 143 | 57 | 27 | 510 | 143 | 47 |
| Binary | 11000101 | 1 | 1101000 | 0 | 1100011 | 101111 | 10111 | 101001000 | 1100011 | 100111 |
Color Harmonies of #C50168
Complementary color
Monochromatic Colors of #C50168
Black with #C50168
Text Example
Text Example
White with #C50168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50168; }
p { color: rgb(197,1,104); }
H1.HeaderClassName
{
color: #C50168;
}
.AnyTagClassName
{
color: #C50168;
}
</style>
background-color css
<style>
a { background-color: #C50168; }
a { background-color: rgb(197,1,104); }
div.DivClassName
{
background-color: #C50168;
}
.BgClassName
{
background-color: #C50168;
}
</style>
border-color css
<style>
span { border-color: #C50168; }
span { border-color: rgb(197,1,104); }
td.TdClassName
{
border-color: #C50168;
}
.TagClassName
{
border-color: #C50168;
}
</style>