Shades of Ruby #C80360
Tints of Ruby #C80360
RGB
CMYK
RGB Variations
Color information
#C80360 (or 0xC80360) is known color: Ruby. HEX triplet: C8, 03 and 60. RGB value is (200,3,96). Sum of RGB (Red+Green+Blue) = 200+3+96=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C80360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80360 is #37FC9F. Grayscale: #484848. Windows color (decimal): -3669152 or 6292424. OLE color: 6292424.
HSL color Cylindrical-coordinate representation of color #C80360: hue angle of 331.68º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80360 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.22 |
| HSL | 331.68º | 0.97% | 0.4% | - |
| HSV(B) | 331.68º | 0.99% | 0.78% | - |
| XYZ | 25.96 | 13.19 | 12.24 | - |
| YUV | 72.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 96 | 0 | 0.98 | 0.52 | 0.22 | 331.68 | 0.97 | 0.4 |
| Hex | C8 | 3 | 60 | 0 | 62 | 34 | 16 | 14C | 61 | 28 |
| Octal | 310 | 3 | 140 | 0 | 142 | 64 | 26 | 514 | 141 | 50 |
| Binary | 11001000 | 11 | 1100000 | 0 | 1100010 | 110100 | 10110 | 101001100 | 1100001 | 101000 |
Color Harmonies of #C80360
Complementary color
Monochromatic Colors of #C80360
Black with #C80360
Text Example
Text Example
White with #C80360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80360; }
p { color: rgb(200,3,96); }
H1.HeaderClassName
{
color: #C80360;
}
.AnyTagClassName
{
color: #C80360;
}
</style>
background-color css
<style>
a { background-color: #C80360; }
a { background-color: rgb(200,3,96); }
div.DivClassName
{
background-color: #C80360;
}
.BgClassName
{
background-color: #C80360;
}
</style>
border-color css
<style>
span { border-color: #C80360; }
span { border-color: rgb(200,3,96); }
td.TdClassName
{
border-color: #C80360;
}
.TagClassName
{
border-color: #C80360;
}
</style>