Shades of Ruby #CF106F
Tints of Ruby #CF106F
RGB
CMYK
RGB Variations
Color information
#CF106F (or 0xCF106F) is known color: Ruby. HEX triplet: CF, 10 and 6F. RGB value is (207,16,111). Sum of RGB (Red+Green+Blue) = 207+16+111=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF106F is #30EF90. Grayscale: #535353. Windows color (decimal): -3207057 or 7278799. OLE color: 7278799.
HSL color Cylindrical-coordinate representation of color #CF106F: hue angle of 330.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF106F is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 111 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.19 |
| HSL | 330.16º | 0.86% | 0.44% | - |
| HSV(B) | 330.16º | 0.92% | 0.81% | - |
| XYZ | 28.79 | 14.78 | 16.38 | - |
| YUV | 83.94 | 143.28 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 111 | 0 | 0.92 | 0.46 | 0.19 | 330.16 | 0.86 | 0.44 |
| Hex | CF | 10 | 6F | 0 | 5C | 2E | 13 | 14A | 56 | 2C |
| Octal | 317 | 20 | 157 | 0 | 134 | 56 | 23 | 512 | 126 | 54 |
| Binary | 11001111 | 10000 | 1101111 | 0 | 1011100 | 101110 | 10011 | 101001010 | 1010110 | 101100 |
Color Harmonies of #CF106F
Complementary color
Monochromatic Colors of #CF106F
Black with #CF106F
Text Example
Text Example
White with #CF106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF106F; }
p { color: rgb(207,16,111); }
H1.HeaderClassName
{
color: #CF106F;
}
.AnyTagClassName
{
color: #CF106F;
}
</style>
background-color css
<style>
a { background-color: #CF106F; }
a { background-color: rgb(207,16,111); }
div.DivClassName
{
background-color: #CF106F;
}
.BgClassName
{
background-color: #CF106F;
}
</style>
border-color css
<style>
span { border-color: #CF106F; }
span { border-color: rgb(207,16,111); }
td.TdClassName
{
border-color: #CF106F;
}
.TagClassName
{
border-color: #CF106F;
}
</style>