Shades of Ruby #C81E6B
Tints of Ruby #C81E6B
RGB
CMYK
RGB Variations
Color information
#C81E6B (or 0xC81E6B) is known color: Ruby. HEX triplet: C8, 1E and 6B. RGB value is (200,30,107). Sum of RGB (Red+Green+Blue) = 200+30+107=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E6B is #37E194. Grayscale: #595959. Windows color (decimal): -3662229 or 7020232. OLE color: 7020232.
HSL color Cylindrical-coordinate representation of color #C81E6B: hue angle of 332.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E6B is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 107 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.22 |
| HSL | 332.82º | 0.74% | 0.45% | - |
| HSV(B) | 332.82º | 0.85% | 0.78% | - |
| XYZ | 26.94 | 14.27 | 15.24 | - |
| YUV | 89.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 107 | 0 | 0.85 | 0.46 | 0.22 | 332.82 | 0.74 | 0.45 |
| Hex | C8 | 1E | 6B | 0 | 55 | 2E | 16 | 14D | 4A | 2D |
| Octal | 310 | 36 | 153 | 0 | 125 | 56 | 26 | 515 | 112 | 55 |
| Binary | 11001000 | 11110 | 1101011 | 0 | 1010101 | 101110 | 10110 | 101001101 | 1001010 | 101101 |
Color Harmonies of #C81E6B
Complementary color
Monochromatic Colors of #C81E6B
Black with #C81E6B
Text Example
Text Example
White with #C81E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E6B; }
p { color: rgb(200,30,107); }
H1.HeaderClassName
{
color: #C81E6B;
}
.AnyTagClassName
{
color: #C81E6B;
}
</style>
background-color css
<style>
a { background-color: #C81E6B; }
a { background-color: rgb(200,30,107); }
div.DivClassName
{
background-color: #C81E6B;
}
.BgClassName
{
background-color: #C81E6B;
}
</style>
border-color css
<style>
span { border-color: #C81E6B; }
span { border-color: rgb(200,30,107); }
td.TdClassName
{
border-color: #C81E6B;
}
.TagClassName
{
border-color: #C81E6B;
}
</style>