Shades of Ruby #CF1168
Tints of Ruby #CF1168
RGB
CMYK
RGB Variations
Color information
#CF1168 (or 0xCF1168) is known color: Ruby. HEX triplet: CF, 11 and 68. RGB value is (207,17,104). Sum of RGB (Red+Green+Blue) = 207+17+104=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1168 is #30EE97. Grayscale: #535353. Windows color (decimal): -3206808 or 6820303. OLE color: 6820303.
HSL color Cylindrical-coordinate representation of color #CF1168: hue angle of 332.53º 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 #CF1168 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 104 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.19 |
| HSL | 332.53º | 0.85% | 0.44% | - |
| HSV(B) | 332.53º | 0.92% | 0.81% | - |
| XYZ | 28.43 | 14.67 | 14.43 | - |
| YUV | 83.73 | 139.45 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 104 | 0 | 0.92 | 0.50 | 0.19 | 332.53 | 0.85 | 0.44 |
| Hex | CF | 11 | 68 | 0 | 5C | 32 | 13 | 14D | 55 | 2C |
| Octal | 317 | 21 | 150 | 0 | 134 | 62 | 23 | 515 | 125 | 54 |
| Binary | 11001111 | 10001 | 1101000 | 0 | 1011100 | 110010 | 10011 | 101001101 | 1010101 | 101100 |
Color Harmonies of #CF1168
Complementary color
Monochromatic Colors of #CF1168
Black with #CF1168
Text Example
Text Example
White with #CF1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1168; }
p { color: rgb(207,17,104); }
H1.HeaderClassName
{
color: #CF1168;
}
.AnyTagClassName
{
color: #CF1168;
}
</style>
background-color css
<style>
a { background-color: #CF1168; }
a { background-color: rgb(207,17,104); }
div.DivClassName
{
background-color: #CF1168;
}
.BgClassName
{
background-color: #CF1168;
}
</style>
border-color css
<style>
span { border-color: #CF1168; }
span { border-color: rgb(207,17,104); }
td.TdClassName
{
border-color: #CF1168;
}
.TagClassName
{
border-color: #CF1168;
}
</style>