Shades of Ruby #C80263
Tints of Ruby #C80263
RGB
CMYK
RGB Variations
Color information
#C80263 (or 0xC80263) is known color: Ruby. HEX triplet: C8, 02 and 63. RGB value is (200,2,99). Sum of RGB (Red+Green+Blue) = 200+2+99=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C80263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80263 is #37FD9C. Grayscale: #484848. Windows color (decimal): -3669405 or 6488776. OLE color: 6488776.
HSL color Cylindrical-coordinate representation of color #C80263: hue angle of 330.61º degrees, saturation: 0.98, 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 #C80263 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.22 |
| HSL | 330.61º | 0.98% | 0.4% | - |
| HSV(B) | 330.61º | 0.99% | 0.78% | - |
| XYZ | 26.09 | 13.22 | 12.98 | - |
| YUV | 72.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 99 | 0 | 0.99 | 0.50 | 0.22 | 330.61 | 0.98 | 0.4 |
| Hex | C8 | 2 | 63 | 0 | 63 | 32 | 16 | 14B | 62 | 28 |
| Octal | 310 | 2 | 143 | 0 | 143 | 62 | 26 | 513 | 142 | 50 |
| Binary | 11001000 | 10 | 1100011 | 0 | 1100011 | 110010 | 10110 | 101001011 | 1100010 | 101000 |
Color Harmonies of #C80263
Complementary color
Monochromatic Colors of #C80263
Black with #C80263
Text Example
Text Example
White with #C80263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80263; }
p { color: rgb(200,2,99); }
H1.HeaderClassName
{
color: #C80263;
}
.AnyTagClassName
{
color: #C80263;
}
</style>
background-color css
<style>
a { background-color: #C80263; }
a { background-color: rgb(200,2,99); }
div.DivClassName
{
background-color: #C80263;
}
.BgClassName
{
background-color: #C80263;
}
</style>
border-color css
<style>
span { border-color: #C80263; }
span { border-color: rgb(200,2,99); }
td.TdClassName
{
border-color: #C80263;
}
.TagClassName
{
border-color: #C80263;
}
</style>