Shades of Ruby #C9015F
Tints of Ruby #C9015F
RGB
CMYK
RGB Variations
Color information
#C9015F (or 0xC9015F) is known color: Ruby. HEX triplet: C9, 01 and 5F. RGB value is (201,1,95). Sum of RGB (Red+Green+Blue) = 201+1+95=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9015F is #36FEA0. Grayscale: #474747. Windows color (decimal): -3604129 or 6226377. OLE color: 6226377.
HSL color Cylindrical-coordinate representation of color #C9015F: hue angle of 331.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9015F is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.21 |
| HSL | 331.8º | 0.99% | 0.4% | - |
| HSV(B) | 331.8º | 1% | 0.79% | - |
| XYZ | 26.16 | 13.27 | 12.01 | - |
| YUV | 71.52 | 141.26 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 95 | 0 | 1.00 | 0.53 | 0.21 | 331.8 | 0.99 | 0.4 |
| Hex | C9 | 1 | 5F | 0 | 64 | 35 | 15 | 14C | 63 | 28 |
| Octal | 311 | 1 | 137 | 0 | 144 | 65 | 25 | 514 | 143 | 50 |
| Binary | 11001001 | 1 | 1011111 | 0 | 1100100 | 110101 | 10101 | 101001100 | 1100011 | 101000 |
Color Harmonies of #C9015F
Complementary color
Monochromatic Colors of #C9015F
Black with #C9015F
Text Example
Text Example
White with #C9015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9015F; }
p { color: rgb(201,1,95); }
H1.HeaderClassName
{
color: #C9015F;
}
.AnyTagClassName
{
color: #C9015F;
}
</style>
background-color css
<style>
a { background-color: #C9015F; }
a { background-color: rgb(201,1,95); }
div.DivClassName
{
background-color: #C9015F;
}
.BgClassName
{
background-color: #C9015F;
}
</style>
border-color css
<style>
span { border-color: #C9015F; }
span { border-color: rgb(201,1,95); }
td.TdClassName
{
border-color: #C9015F;
}
.TagClassName
{
border-color: #C9015F;
}
</style>