Shades of Ruby #C50367
Tints of Ruby #C50367
RGB
CMYK
RGB Variations
Color information
#C50367 (or 0xC50367) is known color: Ruby. HEX triplet: C5, 03 and 67. RGB value is (197,3,103). Sum of RGB (Red+Green+Blue) = 197+3+103=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C50367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50367 is #3AFC98. Grayscale: #484848. Windows color (decimal): -3865753 or 6751173. OLE color: 6751173.
HSL color Cylindrical-coordinate representation of color #C50367: hue angle of 329.07º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50367 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.23 |
| HSL | 329.07º | 0.97% | 0.39% | - |
| HSV(B) | 329.07º | 0.98% | 0.77% | - |
| XYZ | 25.51 | 12.91 | 13.98 | - |
| YUV | 72.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 103 | 0 | 0.98 | 0.48 | 0.23 | 329.07 | 0.97 | 0.39 |
| Hex | C5 | 3 | 67 | 0 | 62 | 30 | 17 | 149 | 61 | 27 |
| Octal | 305 | 3 | 147 | 0 | 142 | 60 | 27 | 511 | 141 | 47 |
| Binary | 11000101 | 11 | 1100111 | 0 | 1100010 | 110000 | 10111 | 101001001 | 1100001 | 100111 |
Color Harmonies of #C50367
Complementary color
Monochromatic Colors of #C50367
Black with #C50367
Text Example
Text Example
White with #C50367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50367; }
p { color: rgb(197,3,103); }
H1.HeaderClassName
{
color: #C50367;
}
.AnyTagClassName
{
color: #C50367;
}
</style>
background-color css
<style>
a { background-color: #C50367; }
a { background-color: rgb(197,3,103); }
div.DivClassName
{
background-color: #C50367;
}
.BgClassName
{
background-color: #C50367;
}
</style>
border-color css
<style>
span { border-color: #C50367; }
span { border-color: rgb(197,3,103); }
td.TdClassName
{
border-color: #C50367;
}
.TagClassName
{
border-color: #C50367;
}
</style>