Shades of Ruby #C60063
Tints of Ruby #C60063
RGB
CMYK
RGB Variations
Color information
#C60063 (or 0xC60063) is known color: Ruby. HEX triplet: C6, 00 and 63. RGB value is (198,0,99). Sum of RGB (Red+Green+Blue) = 198+0+99=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C60063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60063 is #39FF9C. Grayscale: #464646. Windows color (decimal): -3800989 or 6488262. OLE color: 6488262.
HSL color Cylindrical-coordinate representation of color #C60063: 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 #C60063 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.50 | 0.22 |
| HSL | 330º | 1% | 0.39% | - |
| HSV(B) | 330º | 1% | 0.78% | - |
| XYZ | 25.54 | 12.91 | 12.95 | - |
| YUV | 70.49 | 144.1 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 99 | 0 | 1 | 0.50 | 0.22 | 330 | 1 | 0.39 |
| Hex | C6 | 0 | 63 | 0 | 64 | 32 | 16 | 14A | 64 | 27 |
| Octal | 306 | 0 | 143 | 0 | 144 | 62 | 26 | 512 | 144 | 47 |
| Binary | 11000110 | 0 | 1100011 | 0 | 1100100 | 110010 | 10110 | 101001010 | 1100100 | 100111 |
Color Harmonies of #C60063
Complementary color
Monochromatic Colors of #C60063
Black with #C60063
Text Example
Text Example
White with #C60063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60063; }
p { color: rgb(198,0,99); }
H1.HeaderClassName
{
color: #C60063;
}
.AnyTagClassName
{
color: #C60063;
}
</style>
background-color css
<style>
a { background-color: #C60063; }
a { background-color: rgb(198,0,99); }
div.DivClassName
{
background-color: #C60063;
}
.BgClassName
{
background-color: #C60063;
}
</style>
border-color css
<style>
span { border-color: #C60063; }
span { border-color: rgb(198,0,99); }
td.TdClassName
{
border-color: #C60063;
}
.TagClassName
{
border-color: #C60063;
}
</style>