Shades of Ruby #CF1169
Tints of Ruby #CF1169
RGB
CMYK
RGB Variations
Color information
#CF1169 (or 0xCF1169) is known color: Ruby. HEX triplet: CF, 11 and 69. RGB value is (207,17,105). Sum of RGB (Red+Green+Blue) = 207+17+105=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1169 is #30EE96. Grayscale: #535353. Windows color (decimal): -3206807 or 6885839. OLE color: 6885839.
HSL color Cylindrical-coordinate representation of color #CF1169: hue angle of 332.21º degrees, saturation: 0.85, 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 #CF1169 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 105 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.19 |
| HSL | 332.21º | 0.85% | 0.44% | - |
| HSV(B) | 332.21º | 0.92% | 0.81% | - |
| XYZ | 28.48 | 14.69 | 14.7 | - |
| YUV | 83.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 105 | 0 | 0.92 | 0.49 | 0.19 | 332.21 | 0.85 | 0.44 |
| Hex | CF | 11 | 69 | 0 | 5C | 31 | 13 | 14C | 55 | 2C |
| Octal | 317 | 21 | 151 | 0 | 134 | 61 | 23 | 514 | 125 | 54 |
| Binary | 11001111 | 10001 | 1101001 | 0 | 1011100 | 110001 | 10011 | 101001100 | 1010101 | 101100 |
Color Harmonies of #CF1169
Complementary color
Monochromatic Colors of #CF1169
Black with #CF1169
Text Example
Text Example
White with #CF1169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1169; }
p { color: rgb(207,17,105); }
H1.HeaderClassName
{
color: #CF1169;
}
.AnyTagClassName
{
color: #CF1169;
}
</style>
background-color css
<style>
a { background-color: #CF1169; }
a { background-color: rgb(207,17,105); }
div.DivClassName
{
background-color: #CF1169;
}
.BgClassName
{
background-color: #CF1169;
}
</style>
border-color css
<style>
span { border-color: #CF1169; }
span { border-color: rgb(207,17,105); }
td.TdClassName
{
border-color: #CF1169;
}
.TagClassName
{
border-color: #CF1169;
}
</style>