Shades of Ruby #C81E6A
Tints of Ruby #C81E6A
RGB
CMYK
RGB Variations
Color information
#C81E6A (or 0xC81E6A) is known color: Ruby. HEX triplet: C8, 1E and 6A. RGB value is (200,30,106). Sum of RGB (Red+Green+Blue) = 200+30+106=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E6A is #37E195. Grayscale: #595959. Windows color (decimal): -3662230 or 6954696. OLE color: 6954696.
HSL color Cylindrical-coordinate representation of color #C81E6A: hue angle of 333.18º 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 #C81E6A is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 106 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.22 |
| HSL | 333.18º | 0.74% | 0.45% | - |
| HSV(B) | 333.18º | 0.85% | 0.78% | - |
| XYZ | 26.89 | 14.25 | 14.97 | - |
| YUV | 89.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 106 | 0 | 0.85 | 0.47 | 0.22 | 333.18 | 0.74 | 0.45 |
| Hex | C8 | 1E | 6A | 0 | 55 | 2F | 16 | 14D | 4A | 2D |
| Octal | 310 | 36 | 152 | 0 | 125 | 57 | 26 | 515 | 112 | 55 |
| Binary | 11001000 | 11110 | 1101010 | 0 | 1010101 | 101111 | 10110 | 101001101 | 1001010 | 101101 |
Color Harmonies of #C81E6A
Complementary color
Monochromatic Colors of #C81E6A
Black with #C81E6A
Text Example
Text Example
White with #C81E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E6A; }
p { color: rgb(200,30,106); }
H1.HeaderClassName
{
color: #C81E6A;
}
.AnyTagClassName
{
color: #C81E6A;
}
</style>
background-color css
<style>
a { background-color: #C81E6A; }
a { background-color: rgb(200,30,106); }
div.DivClassName
{
background-color: #C81E6A;
}
.BgClassName
{
background-color: #C81E6A;
}
</style>
border-color css
<style>
span { border-color: #C81E6A; }
span { border-color: rgb(200,30,106); }
td.TdClassName
{
border-color: #C81E6A;
}
.TagClassName
{
border-color: #C81E6A;
}
</style>