Shades of Ruby #C9205F
Tints of Ruby #C9205F
RGB
CMYK
RGB Variations
Color information
#C9205F (or 0xC9205F) is known color: Ruby. HEX triplet: C9, 20 and 5F. RGB value is (201,32,95). Sum of RGB (Red+Green+Blue) = 201+32+95=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9205F is #36DFA0. Grayscale: #595959. Windows color (decimal): -3596193 or 6234313. OLE color: 6234313.
HSL color Cylindrical-coordinate representation of color #C9205F: hue angle of 337.63º 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 #C9205F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 95 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.21 |
| HSL | 337.63º | 0.73% | 0.46% | - |
| HSV(B) | 337.63º | 0.84% | 0.79% | - |
| XYZ | 26.67 | 14.28 | 12.18 | - |
| YUV | 89.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 95 | 0 | 0.84 | 0.53 | 0.21 | 337.63 | 0.73 | 0.46 |
| Hex | C9 | 20 | 5F | 0 | 54 | 35 | 15 | 152 | 49 | 2E |
| Octal | 311 | 40 | 137 | 0 | 124 | 65 | 25 | 522 | 111 | 56 |
| Binary | 11001001 | 100000 | 1011111 | 0 | 1010100 | 110101 | 10101 | 101010010 | 1001001 | 101110 |
Color Harmonies of #C9205F
Complementary color
Monochromatic Colors of #C9205F
Black with #C9205F
Text Example
Text Example
White with #C9205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9205F; }
p { color: rgb(201,32,95); }
H1.HeaderClassName
{
color: #C9205F;
}
.AnyTagClassName
{
color: #C9205F;
}
</style>
background-color css
<style>
a { background-color: #C9205F; }
a { background-color: rgb(201,32,95); }
div.DivClassName
{
background-color: #C9205F;
}
.BgClassName
{
background-color: #C9205F;
}
</style>
border-color css
<style>
span { border-color: #C9205F; }
span { border-color: rgb(201,32,95); }
td.TdClassName
{
border-color: #C9205F;
}
.TagClassName
{
border-color: #C9205F;
}
</style>