Shades of Ruby #C90961
Tints of Ruby #C90961
RGB
CMYK
RGB Variations
Color information
#C90961 (or 0xC90961) is known color: Ruby. HEX triplet: C9, 09 and 61. RGB value is (201,9,97). Sum of RGB (Red+Green+Blue) = 201+9+97=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C90961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90961 is #36F69E. Grayscale: #4C4C4C. Windows color (decimal): -3602079 or 6359497. OLE color: 6359497.
HSL color Cylindrical-coordinate representation of color #C90961: hue angle of 332.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90961 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.21 |
| HSL | 332.5º | 0.91% | 0.41% | - |
| HSV(B) | 332.5º | 0.96% | 0.79% | - |
| XYZ | 26.34 | 13.48 | 12.52 | - |
| YUV | 76.44 | 139.61 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 97 | 0 | 0.96 | 0.52 | 0.21 | 332.5 | 0.91 | 0.41 |
| Hex | C9 | 9 | 61 | 0 | 60 | 34 | 15 | 14C | 5B | 29 |
| Octal | 311 | 11 | 141 | 0 | 140 | 64 | 25 | 514 | 133 | 51 |
| Binary | 11001001 | 1001 | 1100001 | 0 | 1100000 | 110100 | 10101 | 101001100 | 1011011 | 101001 |
Color Harmonies of #C90961
Complementary color
Monochromatic Colors of #C90961
Black with #C90961
Text Example
Text Example
White with #C90961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90961; }
p { color: rgb(201,9,97); }
H1.HeaderClassName
{
color: #C90961;
}
.AnyTagClassName
{
color: #C90961;
}
</style>
background-color css
<style>
a { background-color: #C90961; }
a { background-color: rgb(201,9,97); }
div.DivClassName
{
background-color: #C90961;
}
.BgClassName
{
background-color: #C90961;
}
</style>
border-color css
<style>
span { border-color: #C90961; }
span { border-color: rgb(201,9,97); }
td.TdClassName
{
border-color: #C90961;
}
.TagClassName
{
border-color: #C90961;
}
</style>