Shades of Ruby #C90361
Tints of Ruby #C90361
RGB
CMYK
RGB Variations
Color information
#C90361 (or 0xC90361) is known color: Ruby. HEX triplet: C9, 03 and 61. RGB value is (201,3,97). Sum of RGB (Red+Green+Blue) = 201+3+97=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C90361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90361 is #36FC9E. Grayscale: #484848. Windows color (decimal): -3603615 or 6357961. OLE color: 6357961.
HSL color Cylindrical-coordinate representation of color #C90361: hue angle of 331.52º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90361 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 97 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.21 |
| HSL | 331.52º | 0.97% | 0.4% | - |
| HSV(B) | 331.52º | 0.99% | 0.79% | - |
| XYZ | 26.28 | 13.35 | 12.5 | - |
| YUV | 72.92 | 141.6 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 97 | 0 | 0.99 | 0.52 | 0.21 | 331.52 | 0.97 | 0.4 |
| Hex | C9 | 3 | 61 | 0 | 63 | 34 | 15 | 14C | 61 | 28 |
| Octal | 311 | 3 | 141 | 0 | 143 | 64 | 25 | 514 | 141 | 50 |
| Binary | 11001001 | 11 | 1100001 | 0 | 1100011 | 110100 | 10101 | 101001100 | 1100001 | 101000 |
Color Harmonies of #C90361
Complementary color
Monochromatic Colors of #C90361
Black with #C90361
Text Example
Text Example
White with #C90361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90361; }
p { color: rgb(201,3,97); }
H1.HeaderClassName
{
color: #C90361;
}
.AnyTagClassName
{
color: #C90361;
}
</style>
background-color css
<style>
a { background-color: #C90361; }
a { background-color: rgb(201,3,97); }
div.DivClassName
{
background-color: #C90361;
}
.BgClassName
{
background-color: #C90361;
}
</style>
border-color css
<style>
span { border-color: #C90361; }
span { border-color: rgb(201,3,97); }
td.TdClassName
{
border-color: #C90361;
}
.TagClassName
{
border-color: #C90361;
}
</style>