Shades of Ruby #C90068
Tints of Ruby #C90068
RGB
CMYK
RGB Variations
Color information
#C90068 (or 0xC90068) is known color: Ruby. HEX triplet: C9, 00 and 68. RGB value is (201,0,104). Sum of RGB (Red+Green+Blue) = 201+0+104=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C90068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90068 is #36FF97. Grayscale: #474747. Windows color (decimal): -3604376 or 6815945. OLE color: 6815945.
HSL color Cylindrical-coordinate representation of color #C90068: hue angle of 328.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90068 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.48 | 0.21 |
| HSL | 328.96º | 1% | 0.39% | - |
| HSV(B) | 328.96º | 1% | 0.79% | - |
| XYZ | 26.59 | 13.42 | 14.29 | - |
| YUV | 71.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 104 | 0 | 1 | 0.48 | 0.21 | 328.96 | 1 | 0.39 |
| Hex | C9 | 0 | 68 | 0 | 64 | 30 | 15 | 149 | 64 | 27 |
| Octal | 311 | 0 | 150 | 0 | 144 | 60 | 25 | 511 | 144 | 47 |
| Binary | 11001001 | 0 | 1101000 | 0 | 1100100 | 110000 | 10101 | 101001001 | 1100100 | 100111 |
Color Harmonies of #C90068
Complementary color
Monochromatic Colors of #C90068
Black with #C90068
Text Example
Text Example
White with #C90068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90068; }
p { color: rgb(201,0,104); }
H1.HeaderClassName
{
color: #C90068;
}
.AnyTagClassName
{
color: #C90068;
}
</style>
background-color css
<style>
a { background-color: #C90068; }
a { background-color: rgb(201,0,104); }
div.DivClassName
{
background-color: #C90068;
}
.BgClassName
{
background-color: #C90068;
}
</style>
border-color css
<style>
span { border-color: #C90068; }
span { border-color: rgb(201,0,104); }
td.TdClassName
{
border-color: #C90068;
}
.TagClassName
{
border-color: #C90068;
}
</style>