Shades of Ruby #C81152
Tints of Ruby #C81152
RGB
CMYK
RGB Variations
Color information
#C81152 (or 0xC81152) is known color: Ruby. HEX triplet: C8, 11 and 52. RGB value is (200,17,82). Sum of RGB (Red+Green+Blue) = 200+17+82=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C81152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81152 is #37EEAD. Grayscale: #4F4F4F. Windows color (decimal): -3665582 or 5378504. OLE color: 5378504.
HSL color Cylindrical-coordinate representation of color #C81152: hue angle of 338.69º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81152 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 82 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.22 |
| HSL | 338.69º | 0.84% | 0.43% | - |
| HSV(B) | 338.69º | 0.92% | 0.78% | - |
| XYZ | 25.54 | 13.29 | 9.2 | - |
| YUV | 79.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 82 | 0 | 0.92 | 0.59 | 0.22 | 338.69 | 0.84 | 0.43 |
| Hex | C8 | 11 | 52 | 0 | 5C | 3B | 16 | 153 | 54 | 2B |
| Octal | 310 | 21 | 122 | 0 | 134 | 73 | 26 | 523 | 124 | 53 |
| Binary | 11001000 | 10001 | 1010010 | 0 | 1011100 | 111011 | 10110 | 101010011 | 1010100 | 101011 |
Color Harmonies of #C81152
Complementary color
Monochromatic Colors of #C81152
Black with #C81152
Text Example
Text Example
White with #C81152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81152; }
p { color: rgb(200,17,82); }
H1.HeaderClassName
{
color: #C81152;
}
.AnyTagClassName
{
color: #C81152;
}
</style>
background-color css
<style>
a { background-color: #C81152; }
a { background-color: rgb(200,17,82); }
div.DivClassName
{
background-color: #C81152;
}
.BgClassName
{
background-color: #C81152;
}
</style>
border-color css
<style>
span { border-color: #C81152; }
span { border-color: rgb(200,17,82); }
td.TdClassName
{
border-color: #C81152;
}
.TagClassName
{
border-color: #C81152;
}
</style>