Shades of Ruby #C80462
Tints of Ruby #C80462
RGB
CMYK
RGB Variations
Color information
#C80462 (or 0xC80462) is known color: Ruby. HEX triplet: C8, 04 and 62. RGB value is (200,4,98). Sum of RGB (Red+Green+Blue) = 200+4+98=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C80462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80462 is #37FB9D. Grayscale: #494949. Windows color (decimal): -3668894 or 6423752. OLE color: 6423752.
HSL color Cylindrical-coordinate representation of color #C80462: hue angle of 331.22º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80462 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 98 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.22 |
| HSL | 331.22º | 0.96% | 0.4% | - |
| HSV(B) | 331.22º | 0.98% | 0.78% | - |
| XYZ | 26.07 | 13.25 | 12.74 | - |
| YUV | 73.32 | 141.93 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 98 | 0 | 0.98 | 0.51 | 0.22 | 331.22 | 0.96 | 0.4 |
| Hex | C8 | 4 | 62 | 0 | 62 | 33 | 16 | 14B | 60 | 28 |
| Octal | 310 | 4 | 142 | 0 | 142 | 63 | 26 | 513 | 140 | 50 |
| Binary | 11001000 | 100 | 1100010 | 0 | 1100010 | 110011 | 10110 | 101001011 | 1100000 | 101000 |
Color Harmonies of #C80462
Complementary color
Monochromatic Colors of #C80462
Black with #C80462
Text Example
Text Example
White with #C80462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80462; }
p { color: rgb(200,4,98); }
H1.HeaderClassName
{
color: #C80462;
}
.AnyTagClassName
{
color: #C80462;
}
</style>
background-color css
<style>
a { background-color: #C80462; }
a { background-color: rgb(200,4,98); }
div.DivClassName
{
background-color: #C80462;
}
.BgClassName
{
background-color: #C80462;
}
</style>
border-color css
<style>
span { border-color: #C80462; }
span { border-color: rgb(200,4,98); }
td.TdClassName
{
border-color: #C80462;
}
.TagClassName
{
border-color: #C80462;
}
</style>