Shades of Ruby #C9075F
Tints of Ruby #C9075F
RGB
CMYK
RGB Variations
Color information
#C9075F (or 0xC9075F) is known color: Ruby. HEX triplet: C9, 07 and 5F. RGB value is (201,7,95). Sum of RGB (Red+Green+Blue) = 201+7+95=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9075F is #36F8A0. Grayscale: #4A4A4A. Windows color (decimal): -3602593 or 6227913. OLE color: 6227913.
HSL color Cylindrical-coordinate representation of color #C9075F: hue angle of 332.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9075F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.21 |
| HSL | 332.78º | 0.93% | 0.41% | - |
| HSV(B) | 332.78º | 0.97% | 0.79% | - |
| XYZ | 26.23 | 13.4 | 12.03 | - |
| YUV | 75.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 95 | 0 | 0.97 | 0.53 | 0.21 | 332.78 | 0.93 | 0.41 |
| Hex | C9 | 7 | 5F | 0 | 61 | 35 | 15 | 14D | 5D | 29 |
| Octal | 311 | 7 | 137 | 0 | 141 | 65 | 25 | 515 | 135 | 51 |
| Binary | 11001001 | 111 | 1011111 | 0 | 1100001 | 110101 | 10101 | 101001101 | 1011101 | 101001 |
Color Harmonies of #C9075F
Complementary color
Monochromatic Colors of #C9075F
Black with #C9075F
Text Example
Text Example
White with #C9075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9075F; }
p { color: rgb(201,7,95); }
H1.HeaderClassName
{
color: #C9075F;
}
.AnyTagClassName
{
color: #C9075F;
}
</style>
background-color css
<style>
a { background-color: #C9075F; }
a { background-color: rgb(201,7,95); }
div.DivClassName
{
background-color: #C9075F;
}
.BgClassName
{
background-color: #C9075F;
}
</style>
border-color css
<style>
span { border-color: #C9075F; }
span { border-color: rgb(201,7,95); }
td.TdClassName
{
border-color: #C9075F;
}
.TagClassName
{
border-color: #C9075F;
}
</style>