Shades of Ruby #C90364
Tints of Ruby #C90364
RGB
CMYK
RGB Variations
Color information
#C90364 (or 0xC90364) is known color: Ruby. HEX triplet: C9, 03 and 64. RGB value is (201,3,100). Sum of RGB (Red+Green+Blue) = 201+3+100=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C90364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90364 is #36FC9B. Grayscale: #494949. Windows color (decimal): -3603612 or 6554569. OLE color: 6554569.
HSL color Cylindrical-coordinate representation of color #C90364: hue angle of 330.61º 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 #C90364 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.21 |
| HSL | 330.61º | 0.97% | 0.4% | - |
| HSV(B) | 330.61º | 0.99% | 0.79% | - |
| XYZ | 26.42 | 13.4 | 13.25 | - |
| YUV | 73.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 100 | 0 | 0.99 | 0.50 | 0.21 | 330.61 | 0.97 | 0.4 |
| Hex | C9 | 3 | 64 | 0 | 63 | 32 | 15 | 14B | 61 | 28 |
| Octal | 311 | 3 | 144 | 0 | 143 | 62 | 25 | 513 | 141 | 50 |
| Binary | 11001001 | 11 | 1100100 | 0 | 1100011 | 110010 | 10101 | 101001011 | 1100001 | 101000 |
Color Harmonies of #C90364
Complementary color
Monochromatic Colors of #C90364
Black with #C90364
Text Example
Text Example
White with #C90364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90364; }
p { color: rgb(201,3,100); }
H1.HeaderClassName
{
color: #C90364;
}
.AnyTagClassName
{
color: #C90364;
}
</style>
background-color css
<style>
a { background-color: #C90364; }
a { background-color: rgb(201,3,100); }
div.DivClassName
{
background-color: #C90364;
}
.BgClassName
{
background-color: #C90364;
}
</style>
border-color css
<style>
span { border-color: #C90364; }
span { border-color: rgb(201,3,100); }
td.TdClassName
{
border-color: #C90364;
}
.TagClassName
{
border-color: #C90364;
}
</style>