Shades of Ruby #C81F66
Tints of Ruby #C81F66
RGB
CMYK
RGB Variations
Color information
#C81F66 (or 0xC81F66) is known color: Ruby. HEX triplet: C8, 1F and 66. RGB value is (200,31,102). Sum of RGB (Red+Green+Blue) = 200+31+102=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F66 is #37E099. Grayscale: #595959. Windows color (decimal): -3661978 or 6692808. OLE color: 6692808.
HSL color Cylindrical-coordinate representation of color #C81F66: hue angle of 334.79º degrees, saturation: 0.73, 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 #C81F66 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 102 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.22 |
| HSL | 334.79º | 0.73% | 0.45% | - |
| HSV(B) | 334.79º | 0.85% | 0.78% | - |
| XYZ | 26.71 | 14.22 | 13.91 | - |
| YUV | 89.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 102 | 0 | 0.84 | 0.49 | 0.22 | 334.79 | 0.73 | 0.45 |
| Hex | C8 | 1F | 66 | 0 | 54 | 31 | 16 | 14F | 49 | 2D |
| Octal | 310 | 37 | 146 | 0 | 124 | 61 | 26 | 517 | 111 | 55 |
| Binary | 11001000 | 11111 | 1100110 | 0 | 1010100 | 110001 | 10110 | 101001111 | 1001001 | 101101 |
Color Harmonies of #C81F66
Complementary color
Monochromatic Colors of #C81F66
Black with #C81F66
Text Example
Text Example
White with #C81F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F66; }
p { color: rgb(200,31,102); }
H1.HeaderClassName
{
color: #C81F66;
}
.AnyTagClassName
{
color: #C81F66;
}
</style>
background-color css
<style>
a { background-color: #C81F66; }
a { background-color: rgb(200,31,102); }
div.DivClassName
{
background-color: #C81F66;
}
.BgClassName
{
background-color: #C81F66;
}
</style>
border-color css
<style>
span { border-color: #C81F66; }
span { border-color: rgb(200,31,102); }
td.TdClassName
{
border-color: #C81F66;
}
.TagClassName
{
border-color: #C81F66;
}
</style>