Shades of Ruby #C80162
Tints of Ruby #C80162
RGB
CMYK
RGB Variations
Color information
#C80162 (or 0xC80162) is known color: Ruby. HEX triplet: C8, 01 and 62. RGB value is (200,1,98). Sum of RGB (Red+Green+Blue) = 200+1+98=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C80162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80162 is #37FE9D. Grayscale: #474747. Windows color (decimal): -3669662 or 6422984. OLE color: 6422984.
HSL color Cylindrical-coordinate representation of color #C80162: hue angle of 330.75º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80162 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.22 |
| HSL | 330.75º | 0.99% | 0.39% | - |
| HSV(B) | 330.75º | 1% | 0.78% | - |
| XYZ | 26.03 | 13.18 | 12.73 | - |
| YUV | 71.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 98 | 0 | 1.00 | 0.51 | 0.22 | 330.75 | 0.99 | 0.39 |
| Hex | C8 | 1 | 62 | 0 | 64 | 33 | 16 | 14B | 63 | 27 |
| Octal | 310 | 1 | 142 | 0 | 144 | 63 | 26 | 513 | 143 | 47 |
| Binary | 11001000 | 1 | 1100010 | 0 | 1100100 | 110011 | 10110 | 101001011 | 1100011 | 100111 |
Color Harmonies of #C80162
Complementary color
Monochromatic Colors of #C80162
Black with #C80162
Text Example
Text Example
White with #C80162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80162; }
p { color: rgb(200,1,98); }
H1.HeaderClassName
{
color: #C80162;
}
.AnyTagClassName
{
color: #C80162;
}
</style>
background-color css
<style>
a { background-color: #C80162; }
a { background-color: rgb(200,1,98); }
div.DivClassName
{
background-color: #C80162;
}
.BgClassName
{
background-color: #C80162;
}
</style>
border-color css
<style>
span { border-color: #C80162; }
span { border-color: rgb(200,1,98); }
td.TdClassName
{
border-color: #C80162;
}
.TagClassName
{
border-color: #C80162;
}
</style>