Shades of Ruby #C80064
Tints of Ruby #C80064
RGB
CMYK
RGB Variations
Color information
#C80064 (or 0xC80064) is known color: Ruby. HEX triplet: C8, 00 and 64. RGB value is (200,0,100). Sum of RGB (Red+Green+Blue) = 200+0+100=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C80064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80064 is #37FF9B. Grayscale: #474747. Windows color (decimal): -3669916 or 6553800. OLE color: 6553800.
HSL color Cylindrical-coordinate representation of color #C80064: hue angle of 330º 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 #C80064 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.5 | 0.22 |
| HSL | 330º | 1% | 0.39% | - |
| HSV(B) | 330º | 1% | 0.78% | - |
| XYZ | 26.12 | 13.2 | 13.23 | - |
| YUV | 71.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 100 | 0 | 1 | 0.5 | 0.22 | 330 | 1 | 0.39 |
| Hex | C8 | 0 | 64 | 0 | 64 | 32 | 16 | 14A | 64 | 27 |
| Octal | 310 | 0 | 144 | 0 | 144 | 62 | 26 | 512 | 144 | 47 |
| Binary | 11001000 | 0 | 1100100 | 0 | 1100100 | 110010 | 10110 | 101001010 | 1100100 | 100111 |
Color Harmonies of #C80064
Complementary color
Monochromatic Colors of #C80064
Black with #C80064
Text Example
Text Example
White with #C80064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80064; }
p { color: rgb(200,0,100); }
H1.HeaderClassName
{
color: #C80064;
}
.AnyTagClassName
{
color: #C80064;
}
</style>
background-color css
<style>
a { background-color: #C80064; }
a { background-color: rgb(200,0,100); }
div.DivClassName
{
background-color: #C80064;
}
.BgClassName
{
background-color: #C80064;
}
</style>
border-color css
<style>
span { border-color: #C80064; }
span { border-color: rgb(200,0,100); }
td.TdClassName
{
border-color: #C80064;
}
.TagClassName
{
border-color: #C80064;
}
</style>