Shades of Ruby #C9135D
Tints of Ruby #C9135D
RGB
CMYK
RGB Variations
Color information
#C9135D (or 0xC9135D) is known color: Ruby. HEX triplet: C9, 13 and 5D. RGB value is (201,19,93). Sum of RGB (Red+Green+Blue) = 201+19+93=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9135D is #36ECA2. Grayscale: #515151. Windows color (decimal): -3599523 or 6099913. OLE color: 6099913.
HSL color Cylindrical-coordinate representation of color #C9135D: hue angle of 335.6º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9135D is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 93 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.21 |
| HSL | 335.6º | 0.83% | 0.43% | - |
| HSV(B) | 335.6º | 0.91% | 0.79% | - |
| XYZ | 26.3 | 13.67 | 11.61 | - |
| YUV | 81.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 93 | 0 | 0.91 | 0.54 | 0.21 | 335.6 | 0.83 | 0.43 |
| Hex | C9 | 13 | 5D | 0 | 5B | 36 | 15 | 150 | 53 | 2B |
| Octal | 311 | 23 | 135 | 0 | 133 | 66 | 25 | 520 | 123 | 53 |
| Binary | 11001001 | 10011 | 1011101 | 0 | 1011011 | 110110 | 10101 | 101010000 | 1010011 | 101011 |
Color Harmonies of #C9135D
Complementary color
Monochromatic Colors of #C9135D
Black with #C9135D
Text Example
Text Example
White with #C9135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9135D; }
p { color: rgb(201,19,93); }
H1.HeaderClassName
{
color: #C9135D;
}
.AnyTagClassName
{
color: #C9135D;
}
</style>
background-color css
<style>
a { background-color: #C9135D; }
a { background-color: rgb(201,19,93); }
div.DivClassName
{
background-color: #C9135D;
}
.BgClassName
{
background-color: #C9135D;
}
</style>
border-color css
<style>
span { border-color: #C9135D; }
span { border-color: rgb(201,19,93); }
td.TdClassName
{
border-color: #C9135D;
}
.TagClassName
{
border-color: #C9135D;
}
</style>