Shades of Ruby #C81D5C
Tints of Ruby #C81D5C
RGB
CMYK
RGB Variations
Color information
#C81D5C (or 0xC81D5C) is known color: Ruby. HEX triplet: C8, 1D and 5C. RGB value is (200,29,92). Sum of RGB (Red+Green+Blue) = 200+29+92=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D5C is #37E2A3. Grayscale: #575757. Windows color (decimal): -3662500 or 6036936. OLE color: 6036936.
HSL color Cylindrical-coordinate representation of color #C81D5C: hue angle of 337.89º 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 #C81D5C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 92 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.22 |
| HSL | 337.89º | 0.75% | 0.45% | - |
| HSV(B) | 337.89º | 0.86% | 0.78% | - |
| XYZ | 26.19 | 13.93 | 11.43 | - |
| YUV | 87.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 92 | 0 | 0.86 | 0.54 | 0.22 | 337.89 | 0.75 | 0.45 |
| Hex | C8 | 1D | 5C | 0 | 56 | 36 | 16 | 152 | 4B | 2D |
| Octal | 310 | 35 | 134 | 0 | 126 | 66 | 26 | 522 | 113 | 55 |
| Binary | 11001000 | 11101 | 1011100 | 0 | 1010110 | 110110 | 10110 | 101010010 | 1001011 | 101101 |
Color Harmonies of #C81D5C
Complementary color
Monochromatic Colors of #C81D5C
Black with #C81D5C
Text Example
Text Example
White with #C81D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D5C; }
p { color: rgb(200,29,92); }
H1.HeaderClassName
{
color: #C81D5C;
}
.AnyTagClassName
{
color: #C81D5C;
}
</style>
background-color css
<style>
a { background-color: #C81D5C; }
a { background-color: rgb(200,29,92); }
div.DivClassName
{
background-color: #C81D5C;
}
.BgClassName
{
background-color: #C81D5C;
}
</style>
border-color css
<style>
span { border-color: #C81D5C; }
span { border-color: rgb(200,29,92); }
td.TdClassName
{
border-color: #C81D5C;
}
.TagClassName
{
border-color: #C81D5C;
}
</style>