Shades of Ruby #C80061
Tints of Ruby #C80061
RGB
CMYK
RGB Variations
Color information
#C80061 (or 0xC80061) is known color: Ruby. HEX triplet: C8, 00 and 61. RGB value is (200,0,97). Sum of RGB (Red+Green+Blue) = 200+0+97=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C80061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80061 is #37FF9E. Grayscale: #464646. Windows color (decimal): -3669919 or 6357192. OLE color: 6357192.
HSL color Cylindrical-coordinate representation of color #C80061: hue angle of 330.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80061 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.52 | 0.22 |
| HSL | 330.9º | 1% | 0.39% | - |
| HSV(B) | 330.9º | 1% | 0.78% | - |
| XYZ | 25.98 | 13.14 | 12.48 | - |
| YUV | 70.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 97 | 0 | 1 | 0.52 | 0.22 | 330.9 | 1 | 0.39 |
| Hex | C8 | 0 | 61 | 0 | 64 | 34 | 16 | 14B | 64 | 27 |
| Octal | 310 | 0 | 141 | 0 | 144 | 64 | 26 | 513 | 144 | 47 |
| Binary | 11001000 | 0 | 1100001 | 0 | 1100100 | 110100 | 10110 | 101001011 | 1100100 | 100111 |
Color Harmonies of #C80061
Complementary color
Monochromatic Colors of #C80061
Black with #C80061
Text Example
Text Example
White with #C80061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80061; }
p { color: rgb(200,0,97); }
H1.HeaderClassName
{
color: #C80061;
}
.AnyTagClassName
{
color: #C80061;
}
</style>
background-color css
<style>
a { background-color: #C80061; }
a { background-color: rgb(200,0,97); }
div.DivClassName
{
background-color: #C80061;
}
.BgClassName
{
background-color: #C80061;
}
</style>
border-color css
<style>
span { border-color: #C80061; }
span { border-color: rgb(200,0,97); }
td.TdClassName
{
border-color: #C80061;
}
.TagClassName
{
border-color: #C80061;
}
</style>