Shades of Ruby #C90E52
Tints of Ruby #C90E52
RGB
CMYK
RGB Variations
Color information
#C90E52 (or 0xC90E52) is known color: Ruby. HEX triplet: C9, 0E and 52. RGB value is (201,14,82). Sum of RGB (Red+Green+Blue) = 201+14+82=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90E52 is #36F1AD. Grayscale: #4D4D4D. Windows color (decimal): -3600814 or 5377737. OLE color: 5377737.
HSL color Cylindrical-coordinate representation of color #C90E52: hue angle of 338.18º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E52 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 82 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.21 |
| HSL | 338.18º | 0.87% | 0.42% | - |
| HSV(B) | 338.18º | 0.93% | 0.79% | - |
| XYZ | 25.77 | 13.34 | 9.2 | - |
| YUV | 77.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 82 | 0 | 0.93 | 0.59 | 0.21 | 338.18 | 0.87 | 0.42 |
| Hex | C9 | E | 52 | 0 | 5D | 3B | 15 | 152 | 57 | 2A |
| Octal | 311 | 16 | 122 | 0 | 135 | 73 | 25 | 522 | 127 | 52 |
| Binary | 11001001 | 1110 | 1010010 | 0 | 1011101 | 111011 | 10101 | 101010010 | 1010111 | 101010 |
Color Harmonies of #C90E52
Complementary color
Monochromatic Colors of #C90E52
Black with #C90E52
Text Example
Text Example
White with #C90E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90E52; }
p { color: rgb(201,14,82); }
H1.HeaderClassName
{
color: #C90E52;
}
.AnyTagClassName
{
color: #C90E52;
}
</style>
background-color css
<style>
a { background-color: #C90E52; }
a { background-color: rgb(201,14,82); }
div.DivClassName
{
background-color: #C90E52;
}
.BgClassName
{
background-color: #C90E52;
}
</style>
border-color css
<style>
span { border-color: #C90E52; }
span { border-color: rgb(201,14,82); }
td.TdClassName
{
border-color: #C90E52;
}
.TagClassName
{
border-color: #C90E52;
}
</style>