Shades of Ruby #C81C5C
Tints of Ruby #C81C5C
RGB
CMYK
RGB Variations
Color information
#C81C5C (or 0xC81C5C) is known color: Ruby. HEX triplet: C8, 1C and 5C. RGB value is (200,28,92). Sum of RGB (Red+Green+Blue) = 200+28+92=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81C5C is #37E3A3. Grayscale: #565656. Windows color (decimal): -3662756 or 6036680. OLE color: 6036680.
HSL color Cylindrical-coordinate representation of color #C81C5C: hue angle of 337.67º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81C5C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 92 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.22 |
| HSL | 337.67º | 0.75% | 0.45% | - |
| HSV(B) | 337.67º | 0.86% | 0.78% | - |
| XYZ | 26.17 | 13.88 | 11.43 | - |
| YUV | 86.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 92 | 0 | 0.86 | 0.54 | 0.22 | 337.67 | 0.75 | 0.45 |
| Hex | C8 | 1C | 5C | 0 | 56 | 36 | 16 | 152 | 4B | 2D |
| Octal | 310 | 34 | 134 | 0 | 126 | 66 | 26 | 522 | 113 | 55 |
| Binary | 11001000 | 11100 | 1011100 | 0 | 1010110 | 110110 | 10110 | 101010010 | 1001011 | 101101 |
Color Harmonies of #C81C5C
Complementary color
Monochromatic Colors of #C81C5C
Black with #C81C5C
Text Example
Text Example
White with #C81C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C5C; }
p { color: rgb(200,28,92); }
H1.HeaderClassName
{
color: #C81C5C;
}
.AnyTagClassName
{
color: #C81C5C;
}
</style>
background-color css
<style>
a { background-color: #C81C5C; }
a { background-color: rgb(200,28,92); }
div.DivClassName
{
background-color: #C81C5C;
}
.BgClassName
{
background-color: #C81C5C;
}
</style>
border-color css
<style>
span { border-color: #C81C5C; }
span { border-color: rgb(200,28,92); }
td.TdClassName
{
border-color: #C81C5C;
}
.TagClassName
{
border-color: #C81C5C;
}
</style>