Shades of Ruby #C92062
Tints of Ruby #C92062
RGB
CMYK
RGB Variations
Color information
#C92062 (or 0xC92062) is known color: Ruby. HEX triplet: C9, 20 and 62. RGB value is (201,32,98). Sum of RGB (Red+Green+Blue) = 201+32+98=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C92062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92062 is #36DF9D. Grayscale: #595959. Windows color (decimal): -3596190 or 6430921. OLE color: 6430921.
HSL color Cylindrical-coordinate representation of color #C92062: hue angle of 336.57º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92062 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 98 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.21 |
| HSL | 336.57º | 0.73% | 0.46% | - |
| HSV(B) | 336.57º | 0.84% | 0.79% | - |
| XYZ | 26.81 | 14.33 | 12.91 | - |
| YUV | 90.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 98 | 0 | 0.84 | 0.51 | 0.21 | 336.57 | 0.73 | 0.46 |
| Hex | C9 | 20 | 62 | 0 | 54 | 33 | 15 | 151 | 49 | 2E |
| Octal | 311 | 40 | 142 | 0 | 124 | 63 | 25 | 521 | 111 | 56 |
| Binary | 11001001 | 100000 | 1100010 | 0 | 1010100 | 110011 | 10101 | 101010001 | 1001001 | 101110 |
Color Harmonies of #C92062
Complementary color
Monochromatic Colors of #C92062
Black with #C92062
Text Example
Text Example
White with #C92062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92062; }
p { color: rgb(201,32,98); }
H1.HeaderClassName
{
color: #C92062;
}
.AnyTagClassName
{
color: #C92062;
}
</style>
background-color css
<style>
a { background-color: #C92062; }
a { background-color: rgb(201,32,98); }
div.DivClassName
{
background-color: #C92062;
}
.BgClassName
{
background-color: #C92062;
}
</style>
border-color css
<style>
span { border-color: #C92062; }
span { border-color: rgb(201,32,98); }
td.TdClassName
{
border-color: #C92062;
}
.TagClassName
{
border-color: #C92062;
}
</style>